type $$ComponentProps = { example?: 'joined' | 'soft' | 'plain' | 'filters' | 'sizes'; variant?: 'joined' | 'soft' | 'plain'; size?: 'sm' | 'md' | 'lg'; loading?: boolean; showButton?: boolean; placeholder?: string; buttonLabel?: string; shortcut?: string; }; declare const SearchBarStory: import("svelte").Component<$$ComponentProps, {}, "">; type SearchBarStory = ReturnType; export default SearchBarStory;