import React from 'react'; interface Props { text: string; } declare const _default: (props: Props) => React.ReactElement React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)> | null; export default _default;