declare const DatePicker: import("svelte").Component<{ value: string; }, {}, "value">; export default DatePicker;