import React from 'react'; export interface IText { className?: string; htmlFor?: string; [x: string]: any; } export declare const Text: React.FC;