import { FC } from 'react'; import { TextProps } from 'types'; export declare const Text: FC; export default Text;