interface Props { example?: 'list' | 'grid' | 'filtered'; } declare const WidgetPickerStory: import("svelte").Component; type WidgetPickerStory = ReturnType; export default WidgetPickerStory;