import { Progress } from '@ark-ui/react/progress'; import type { ComponentProps } from 'react'; export type RootProps = ComponentProps; export declare const Root: import("styled-system/jsx").StyleContextProvider>, import("styled-system/recipes").ProgressRecipe>; export declare const RootProvider: import("styled-system/jsx").StyleContextProvider>, import("styled-system/recipes").ProgressRecipe>; export declare const Circle: import("styled-system/jsx").StyleContextConsumer>>; export declare const CircleRange: import("styled-system/jsx").StyleContextConsumer>>; export declare const CircleTrack: import("styled-system/jsx").StyleContextConsumer>>; export declare const Label: import("styled-system/jsx").StyleContextConsumer>>; export declare const Range: import("styled-system/jsx").StyleContextConsumer>>; export declare const Track: import("styled-system/jsx").StyleContextConsumer>>; export declare const ValueText: import("styled-system/jsx").StyleContextConsumer>>; export declare const View: import("styled-system/jsx").StyleContextConsumer>>; //# sourceMappingURL=Progress.d.ts.map