import { PropType } from 'vue'; declare const _default: import('vue').DefineComponent; default: string; }; /** * Color variant */ variant: { type: PropType<"primary" | "success" | "warning" | "danger" | "info">; default: string; }; /** * Accessible label */ label: { type: StringConstructor; default: string; }; /** * Disable animation (also respects prefers-reduced-motion) */ noAnimation: { type: BooleanConstructor; default: boolean; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; default: string; }; /** * Color variant */ variant: { type: PropType<"primary" | "success" | "warning" | "danger" | "info">; default: string; }; /** * Accessible label */ label: { type: StringConstructor; default: string; }; /** * Disable animation (also respects prefers-reduced-motion) */ noAnimation: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{}>, { label: string; size: "small" | "large" | "medium"; variant: "success" | "warning" | "danger" | "primary" | "info"; value: number; noAnimation: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default; //# sourceMappingURL=VueProgressRing.vue.d.ts.map