import { InputAction } from "../../../state/components/input/reducer";
export type DatePickerTValue = Date | undefined;
export type Action = InputAction<DatePickerTValue>;
export declare const reducer: (state: import("../../../state/components/input/reducer").InputState<DatePickerTValue>, action: InputAction<DatePickerTValue>) => import("../../../state/components/input/reducer").InputState<DatePickerTValue>;
