import { type ReactNode } from "react"; /** * Props for the DatePickerTrigger component. */ export interface DatePickerTriggerProps { className?: string; children?: ReactNode; } export declare const DatePickerTrigger: import("react").ForwardRefExoticComponent>;