declare const _default: import('vue').DefineComponent<{}, {
    color: string;
    size: string;
    label: string;
    value: number;
    animated: boolean;
    showPercent: boolean;
    $props: {
        readonly color?: string | undefined;
        readonly size?: string | undefined;
        readonly label?: string | undefined;
        readonly value?: number | undefined;
        readonly animated?: boolean | undefined;
        readonly showPercent?: boolean | undefined;
    };
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
export default _default;
//# sourceMappingURL=Progress.vue.d.ts.map