import type { DateSelectorProps, DateSelectorRef } from './types.js'; /** * Calendar widget trigger and overlay component. */ export declare const DateSelector: (props: DateSelectorProps & import("react").RefAttributes) => import("react").ReactElement | null;