import React from 'react'; const TritonBeta = props => ( ); const Triton = props => ( ); export default ({ beta = false, ...rest }) => beta ? : ;