import { FC } from 'react'; import { ControlProps, TextValue, TextConfig } from './types'; export declare type TextProps = ControlProps & TextConfig; export declare const TextControl: FC;