import * as React from 'react'; type Props = { text: string; }; declare const _default: React.NamedExoticComponent; export default _default;