type $$ComponentProps = { label?: string; value?: number; helper?: string; }; declare const LabeledProgressStory: import("svelte").Component<$$ComponentProps, {}, "">; type LabeledProgressStory = ReturnType; export default LabeledProgressStory;