export declare const TimePickerGrid: import("react").FunctionComponent & { value?: string; dropdownHeight?: import("react").CSSProperties["height"]; dropdownWidth?: "auto" | "fullWidth" | import("react").CSSProperties["width"]; format?: string; min?: string | Date; max?: string | Date; columnsQuantity?: 2 | 3; size?: string; view?: string; disabled?: boolean; disabledValues?: { hour?: number[]; minute?: number[]; second?: number[]; }; onChange?: (event: import("../../../components/TimePickerGrid/TimePickerGrid.types").TimePickerGridChangeEvent) => void; } & Omit, "onChange"> & import("react").RefAttributes>; //# sourceMappingURL=TimePickerGrid.d.ts.map