import { FC } from 'react'; import type { Text } from '../models'; export declare const TextComp: FC;