import { TextProps } from './types'; export declare const Text: (props: TextProps) => any;