type $$ComponentProps = { variant?: 'info' | 'success' | 'warning' | 'error' | 'brand'; dismissible?: boolean; }; declare const BannerStory: import("svelte").Component<$$ComponentProps, {}, "">; type BannerStory = ReturnType; export default BannerStory;