/**
 * @license
 * Copyright 2025 Sandlada & Kai Orion
 * SPDX-License-Identifier: MIT
 */
import { type SlotsType } from 'vue';
import { type TCircularProgressSlots } from './circular-progress.definition';
export declare const CircularProgress: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    readonly max: {
        readonly type: NumberConstructor;
        readonly default: 1;
    };
    readonly indeterminate: {
        readonly type: BooleanConstructor;
        readonly default: false;
    };
    readonly value: {
        readonly type: NumberConstructor;
        readonly default: 0.25;
    };
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    readonly max: {
        readonly type: NumberConstructor;
        readonly default: 1;
    };
    readonly indeterminate: {
        readonly type: BooleanConstructor;
        readonly default: false;
    };
    readonly value: {
        readonly type: NumberConstructor;
        readonly default: 0.25;
    };
}>> & Readonly<{}>, {
    readonly value: number;
    readonly indeterminate: boolean;
    readonly max: number;
}, SlotsType<TCircularProgressSlots>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
//# sourceMappingURL=circular-progress.d.ts.map