/// import { TBaseProps } from '../types'; declare type Props = TBaseProps & { format: string; text: string; }; export declare function Text({ text, format, className, ...rest }: Props): JSX.Element; export {};