import type { HtmlIngredientProps } from '../types.js'; export interface DatePickerYearSelectProps extends HtmlIngredientProps<'select', HTMLSelectElement> { } declare const DatePickerYearSelect: import("svelte").Component; type DatePickerYearSelect = ReturnType; export default DatePickerYearSelect;