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