import { PropType } from 'vue';
declare const _default: {
    color: {
        type: PropType<string | string[] | Record<string, string>>;
        default: string | string[] | Record<string, string>;
    };
    label: {
        type: PropType<string | boolean | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>;
        default: string | boolean | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue);
    };
    percentage: {
        type: NumberConstructor;
        default: number;
    };
    size: {
        type: PropType<string | number>;
        default: string | number;
    };
    status: {
        type: PropType<import("@/components").ProgressStatus>;
        validator(val: import("@/components").ProgressStatus): boolean;
    };
    strokeWidth: {
        type: PropType<string | number>;
    };
    theme: {
        type: PropType<import("@/components").ProgressTheme>;
        default: import("@/components").ProgressTheme;
        validator(val: import("@/components").ProgressTheme): boolean;
    };
    trackColor: {
        type: StringConstructor;
        default: string;
    };
};
export default _default;
