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