import { ExtractPropTypes } from 'vue'; declare const CircleProps: { progressStatus: import("vue-types").VueTypeValidableDef & { default: string; }; prefixCls: import("vue-types").VueTypeValidableDef & { default: string; }; type: import("vue-types").VueTypeDef<"circle" | "line" | "dashboard">; percent: import("vue-types").VueTypeValidableDef & { default: number; }; successPercent: import("vue-types").VueTypeValidableDef & { default: number; }; format: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & { default: (...args: any[]) => any; }; status: import("vue-types").VueTypeDef<"normal" | "active" | "success" | "exception">; showInfo: import("vue-types").VueTypeValidableDef; strokeWidth: import("vue-types").VueTypeValidableDef & { default: number; }; strokeLinecap: import("vue-types").VueTypeDef; strokeColor: import("vue-types").VueTypeDef; trailColor: import("vue-types").VueTypeValidableDef & { default: string; }; width: import("vue-types").VueTypeValidableDef & { default: number; }; gapDegree: import("vue-types").VueTypeValidableDef & { default: number; }; gapPosition: import("vue-types").VueTypeDef<"bottom" | "left" | "right" | "top">; size: import("vue-types").VueTypeDef<"default" | "small">; }; export declare type ICircleProps = ExtractPropTypes; declare const Circle: import("vue").DefineComponent<{ progressStatus: import("vue-types").VueTypeValidableDef & { default: string; }; prefixCls: import("vue-types").VueTypeValidableDef & { default: string; }; type: import("vue-types").VueTypeDef<"circle" | "line" | "dashboard">; percent: import("vue-types").VueTypeValidableDef & { default: number; }; successPercent: import("vue-types").VueTypeValidableDef & { default: number; }; format: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & { default: (...args: any[]) => any; }; status: import("vue-types").VueTypeDef<"normal" | "active" | "success" | "exception">; showInfo: import("vue-types").VueTypeValidableDef; strokeWidth: import("vue-types").VueTypeValidableDef & { default: number; }; strokeLinecap: import("vue-types").VueTypeDef; strokeColor: import("vue-types").VueTypeDef; trailColor: import("vue-types").VueTypeValidableDef & { default: string; }; width: import("vue-types").VueTypeValidableDef & { default: number; }; gapDegree: import("vue-types").VueTypeValidableDef & { default: number; }; gapPosition: import("vue-types").VueTypeDef<"bottom" | "left" | "right" | "top">; size: import("vue-types").VueTypeDef<"default" | "small">; }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{ prefixCls: string; width: number; format: (...args: any[]) => any; percent: number; progressStatus: string; successPercent: number; strokeWidth: number; trailColor: string; gapDegree: number; } & { size?: "default" | "small"; type?: "circle" | "line" | "dashboard"; status?: "normal" | "active" | "success" | "exception"; showInfo?: boolean; strokeLinecap?: string; strokeColor?: string | { [key: string]: any; }; gapPosition?: "bottom" | "left" | "right" | "top"; }>, { prefixCls: string; width: number; format: (...args: any[]) => any; percent: number; progressStatus: string; successPercent: number; strokeWidth: number; trailColor: string; gapDegree: number; }>; export default Circle;