import { TextFieldProps } from './type'; declare const PropTable: { (props: TextFieldProps): null; displayName: string; defaultProps: { disabled: boolean; error: boolean; focus: boolean; hasClear: boolean; hasInfo: boolean; readOnly: boolean; success: boolean; type: string; }; }; export default PropTable;