import type { TColor } from '@revert/color'; import type { ReactText, FC } from 'react'; export declare type TText = { color: TColor; children: ReactText; }; export declare const Text: FC;