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