type $$ComponentProps = { variant?: 'panel' | 'compact'; startBroken?: boolean; }; declare const ErrorBoundaryStory: import("svelte").Component<$$ComponentProps, {}, "">; type ErrorBoundaryStory = ReturnType; export default ErrorBoundaryStory;