import { BaseInputProps } from "./BaseInput"; export declare function TextInput(props: BaseInputProps): any; export declare namespace TextInput { var defaultProps: { type: string; rules: any[]; }; var displayName: string; } //# sourceMappingURL=TextInput.d.ts.map