import type { ExtractPropTypes } from 'vue';
export declare const Props: {
    readonly type: {
        readonly type: StringConstructor;
        readonly default: () => string;
    };
};
export declare type LoadingBarPropsType = ExtractPropTypes<typeof Props>;
