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