import type { ProgressFactoryPayload, ProgressRootFactoryPayload, ProgressSectionFactoryPayload, ProgressLabelFactoryPayload } from './types'; export declare const ProgressRoot: import("../../core/factory").PlatformBlocksComponent; export declare const ProgressSection: import("../../core/factory").PlatformBlocksComponent; export declare const ProgressLabel: import("../../core/factory").PlatformBlocksComponent; /** * Compound sub-components are attached to `Progress` itself, so * `` type-checks. */ export declare const Progress: import("../../core/factory").PlatformBlocksComponent & { Root: import("../../core/factory").PlatformBlocksComponent; Section: import("../../core/factory").PlatformBlocksComponent; Label: import("../../core/factory").PlatformBlocksComponent; }; /** @deprecated Use `Progress` — the sub-components are attached to it directly. */ export declare const ProgressWithCompound: import("../../core/factory").PlatformBlocksComponent & { Root: import("../../core/factory").PlatformBlocksComponent; Section: import("../../core/factory").PlatformBlocksComponent; Label: import("../../core/factory").PlatformBlocksComponent; };