import { SVATraits } from 'jade-garden'; /** * **Progress** * @description Visualizes the progress or completion status of a task or process. * @see [source](https://www.bits-ui.com/docs/components/progress#api-reference) */ export declare const slots: readonly ["root"]; /** * **Progress** * @description Visualizes the progress or completion status of a task or process. * @see [source](https://www.bits-ui.com/docs/components/progress#api-reference) */ export type Slots = (typeof slots)[number]; /** * **Progress** * @description Visualizes the progress or completion status of a task or process. * @see [source](https://www.bits-ui.com/docs/components/progress#api-reference) */ export type Traits = SVATraits;