import { PropType, CSSProperties } from 'vue'; import { ExtractPublicPropTypes } from '../../_utils'; import { Status } from './interface'; 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 declare 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").ComputedRef; 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, Record, 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>>; }>>, { type: "circle" | "line" | "multiple-circle" | "dashboard"; strokeWidth: number; status: Status; processing: boolean; unit: string; indicatorPlacement: "inside" | "outside"; showIndicator: boolean; viewBoxWidth: number; circleGap: number; indicatorPosition: "inside" | "outside"; }>; export default _default;