import React from 'react'; export declare type TextProps = { style?: Record; }; export declare const Text: React.FC;