type DateRangeInputProps = { startValue: string; endValue: string; onChange: (start: string, end: string) => void; placeholder?: string; width?: "full" | "auto"; }; export declare function DateRangeInput({ startValue, endValue, onChange, placeholder, width, }: DateRangeInputProps): import("react").JSX.Element; export * from "./variants.js"; //# sourceMappingURL=index.d.ts.map