import { n as Scope } from "../create-context-CKMcRGBM.js"; import { t as IDirection } from "../direction.types-Cxja_joX.js"; import { t as Primitive } from "../primitive-elements-fih1b6xg.js"; import * as React$1 from "react"; //#region src/progress/progress.types.d.ts declare namespace IProgress { export type IScoped = TProps & { __scopeProgress?: Scope; }; export interface IContext { value: number | null; max: number; dir: IDirection.Kind; } type PrimitiveDivProps = React$1.ComponentPropsWithoutRef; export interface IProps extends PrimitiveDivProps { value?: number | null | undefined; max?: number; getValueLabel?(value: number, max: number): string; dir?: IDirection.Kind; } export interface IIndicatorProps extends PrimitiveDivProps {} export {}; } //#endregion export { IProgress };