export function Text(props: TextProps): JSX.Element;
export namespace Text {
    export { serialize };
}
declare function serialize(textProps: any): {
    text: any;
};
export {};
