import { I18nProps } from '../types'; import React from 'react'; declare type Props = I18nProps & { text?: string; }; declare const _default: React.ComponentType>; export default _default;