type $$ComponentProps = { level?: 1 | 2 | 3 | 4; muted?: boolean; }; declare const HeadingStory: import("svelte").Component<$$ComponentProps, {}, "">; type HeadingStory = ReturnType; export default HeadingStory;