type $$ComponentProps = { locale?: string; }; declare const MonthPickerStory: import("svelte").Component<$$ComponentProps, {}, "">; type MonthPickerStory = ReturnType; export default MonthPickerStory;