import { TextProps } from './index-types';
export declare const Text: {
    (props: TextProps): JSX.Element;
    serialize: (textProps: TextProps) => {
        text: any;
    };
};
