import Indicator from './indicator.svelte'; import Root from './root.svelte'; export type { ProgressRootProps } from './root.svelte'; export declare const Progress: { Root: typeof Root; Indicator: typeof Indicator; };