type $$ComponentProps = { min?: number; max?: number; }; declare const YearPickerStory: import("svelte").Component<$$ComponentProps, {}, "">; type YearPickerStory = ReturnType; export default YearPickerStory;