import { FC } from 'react';
import { Props } from './Text.types';
declare const Text: FC<Props>;
export default Text;
