import './style';
import { TdProgressProps } from './type';
export * from './type';
export type ProgressProps = TdProgressProps;
export declare const Progress: {
    new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
        color: {
            type: import("vue").PropType<string | string[] | Record<string, string>>;
            default: string | string[] | Record<string, string>;
        };
        label: {
            type: import("vue").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: import("vue").PropType<string | number>;
            default: string | number;
        };
        status: {
            type: import("vue").PropType<import("@/components").ProgressStatus>;
            validator(val: import("@/components").ProgressStatus): boolean;
        };
        strokeWidth: {
            type: import("vue").PropType<string | number>;
        };
        theme: {
            type: import("vue").PropType<import("@/components").ProgressTheme>;
            default: import("@/components").ProgressTheme;
            validator(val: import("@/components").ProgressTheme): boolean;
        };
        trackColor: {
            type: StringConstructor;
            default: string;
        };
    }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
        color: string | string[] | Record<string, string>;
        label: string | boolean | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue);
        percentage: number;
        size: string | number;
        theme: import("@/components").ProgressTheme;
        trackColor: string;
    }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
        P: {};
        B: {};
        D: {};
        C: {};
        M: {};
        Defaults: {};
    }, Readonly<import("vue").ExtractPropTypes<{
        color: {
            type: import("vue").PropType<string | string[] | Record<string, string>>;
            default: string | string[] | Record<string, string>;
        };
        label: {
            type: import("vue").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: import("vue").PropType<string | number>;
            default: string | number;
        };
        status: {
            type: import("vue").PropType<import("@/components").ProgressStatus>;
            validator(val: import("@/components").ProgressStatus): boolean;
        };
        strokeWidth: {
            type: import("vue").PropType<string | number>;
        };
        theme: {
            type: import("vue").PropType<import("@/components").ProgressTheme>;
            default: import("@/components").ProgressTheme;
            validator(val: import("@/components").ProgressTheme): boolean;
        };
        trackColor: {
            type: StringConstructor;
            default: string;
        };
    }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
        color: string | string[] | Record<string, string>;
        label: string | boolean | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue);
        percentage: number;
        size: string | number;
        theme: import("@/components").ProgressTheme;
        trackColor: string;
    }>;
    __isFragment?: never;
    __isTeleport?: never;
    __isSuspense?: never;
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
    color: {
        type: import("vue").PropType<string | string[] | Record<string, string>>;
        default: string | string[] | Record<string, string>;
    };
    label: {
        type: import("vue").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: import("vue").PropType<string | number>;
        default: string | number;
    };
    status: {
        type: import("vue").PropType<import("@/components").ProgressStatus>;
        validator(val: import("@/components").ProgressStatus): boolean;
    };
    strokeWidth: {
        type: import("vue").PropType<string | number>;
    };
    theme: {
        type: import("vue").PropType<import("@/components").ProgressTheme>;
        default: import("@/components").ProgressTheme;
        validator(val: import("@/components").ProgressTheme): boolean;
    };
    trackColor: {
        type: StringConstructor;
        default: string;
    };
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
    color: string | string[] | Record<string, string>;
    label: string | boolean | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue);
    percentage: number;
    size: string | number;
    theme: import("@/components").ProgressTheme;
    trackColor: string;
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin;
export default Progress;
