type $$ComponentProps = { example?: 'dock' | 'actions' | 'variants' | 'stack'; padding?: 'none' | 'sm' | 'md'; chrome?: boolean; fill?: boolean; collapsible?: boolean; }; declare const PanelStory: import("svelte").Component<$$ComponentProps, {}, "">; type PanelStory = ReturnType; export default PanelStory;