import type { HtmlIngredientProps } from '../types.js'; export interface DatePickerViewControlProps extends HtmlIngredientProps<'div', HTMLDivElement> { } declare const DatePickerViewControl: import("svelte").Component; type DatePickerViewControl = ReturnType; export default DatePickerViewControl;