import { type PropType, type CSSProperties } from 'vue'; import { type ExtractPublicPropTypes } from '../../_utils'; import { type Status } from './interface'; export declare const progressProps: { readonly processing: BooleanConstructor; readonly type: { readonly type: PropType<"circle" | "line" | "multiple-circle" | "dashboard">; readonly default: "line"; }; readonly gapDegree: NumberConstructor; readonly gapOffsetDegree: NumberConstructor; readonly status: { readonly type: PropType; readonly default: "default"; }; readonly railColor: PropType; readonly railStyle: PropType; readonly color: PropType; readonly viewBoxWidth: { readonly type: NumberConstructor; readonly default: 100; }; readonly strokeWidth: { readonly type: NumberConstructor; readonly default: 7; }; readonly percentage: PropType; readonly unit: { readonly type: StringConstructor; readonly default: "%"; }; readonly showIndicator: { readonly type: BooleanConstructor; readonly default: true; }; readonly indicatorPosition: { readonly type: PropType<"inside" | "outside">; readonly default: "outside"; }; readonly indicatorPlacement: { readonly type: PropType<"inside" | "outside">; readonly default: "outside"; }; readonly indicatorTextColor: StringConstructor; readonly circleGap: { readonly type: NumberConstructor; readonly default: 1; }; readonly height: NumberConstructor; readonly borderRadius: PropType; readonly fillBorderRadius: PropType; readonly offsetDegree: NumberConstructor; readonly theme: PropType>; readonly themeOverrides: PropType>>; readonly builtinThemeOverrides: PropType>>; }; export type ProgressProps = ExtractPublicPropTypes; declare const _default: import("vue").DefineComponent<{ readonly processing: BooleanConstructor; readonly type: { readonly type: PropType<"circle" | "line" | "multiple-circle" | "dashboard">; readonly default: "line"; }; readonly gapDegree: NumberConstructor; readonly gapOffsetDegree: NumberConstructor; readonly status: { readonly type: PropType; readonly default: "default"; }; readonly railColor: PropType; readonly railStyle: PropType; readonly color: PropType; readonly viewBoxWidth: { readonly type: NumberConstructor; readonly default: 100; }; readonly strokeWidth: { readonly type: NumberConstructor; readonly default: 7; }; readonly percentage: PropType; readonly unit: { readonly type: StringConstructor; readonly default: "%"; }; readonly showIndicator: { readonly type: BooleanConstructor; readonly default: true; }; readonly indicatorPosition: { readonly type: PropType<"inside" | "outside">; readonly default: "outside"; }; readonly indicatorPlacement: { readonly type: PropType<"inside" | "outside">; readonly default: "outside"; }; readonly indicatorTextColor: StringConstructor; readonly circleGap: { readonly type: NumberConstructor; readonly default: 1; }; readonly height: NumberConstructor; readonly borderRadius: PropType; readonly fillBorderRadius: PropType; readonly offsetDegree: NumberConstructor; readonly theme: PropType>; readonly themeOverrides: PropType>>; readonly builtinThemeOverrides: PropType>>; }, { mergedClsPrefix: import("vue").Ref; mergedIndicatorPlacement: import("vue").ComputedRef<"inside" | "outside">; gapDeg: import("vue").ComputedRef; cssVars: import("vue").ComputedRef<{ '--n-bezier': string; '--n-fill-color': string; '--n-font-size': string; '--n-font-size-circle': string; '--n-font-weight-circle': string; '--n-icon-color': string; '--n-icon-size-circle': string; '--n-icon-size-line': string; '--n-line-bg-processing': string; '--n-rail-color': string; '--n-rail-height': string; '--n-text-color-circle': string; '--n-text-color-line-inner': string; '--n-text-color-line-outer': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; readonly default: "line"; }; readonly gapDegree: NumberConstructor; readonly gapOffsetDegree: NumberConstructor; readonly status: { readonly type: PropType; readonly default: "default"; }; readonly railColor: PropType; readonly railStyle: PropType; readonly color: PropType; readonly viewBoxWidth: { readonly type: NumberConstructor; readonly default: 100; }; readonly strokeWidth: { readonly type: NumberConstructor; readonly default: 7; }; readonly percentage: PropType; readonly unit: { readonly type: StringConstructor; readonly default: "%"; }; readonly showIndicator: { readonly type: BooleanConstructor; readonly default: true; }; readonly indicatorPosition: { readonly type: PropType<"inside" | "outside">; readonly default: "outside"; }; readonly indicatorPlacement: { readonly type: PropType<"inside" | "outside">; readonly default: "outside"; }; readonly indicatorTextColor: StringConstructor; readonly circleGap: { readonly type: NumberConstructor; readonly default: 1; }; readonly height: NumberConstructor; readonly borderRadius: PropType; readonly fillBorderRadius: PropType; readonly offsetDegree: NumberConstructor; readonly theme: PropType>; readonly themeOverrides: PropType>>; readonly builtinThemeOverrides: PropType>>; }>>, { readonly type: "circle" | "line" | "multiple-circle" | "dashboard"; readonly status: Status; readonly strokeWidth: number; readonly processing: boolean; readonly unit: string; readonly indicatorPlacement: "inside" | "outside"; readonly showIndicator: boolean; readonly viewBoxWidth: number; readonly circleGap: number; readonly indicatorPosition: "inside" | "outside"; }, {}>; export default _default;