import type { TTextChildren } from '@revert/text'; import type { FC } from 'react'; export declare type TText = { children: TTextChildren; }; export declare const Text: FC;