import type { DateFieldBase } from "../../types/datePicker.js"; import type { DateFieldState } from "./useBaseDateFieldState.js"; export interface DateFieldStateOptions extends DateFieldBase { } export declare function useDateFieldState(props: DateFieldStateOptions): DateFieldState;