/**
 * @license
 * Copyright 2025 Sandlada & Kai Orion
 * SPDX-License-Identifier: MIT
 */
import { type SlotsType } from 'vue';
import { type TElevationSlots } from './elevation.definition';
export declare const Elevation: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    level: {
        type: import("vue").PropType<import("./elevation.definition").TElevationLevel>;
        default: 0;
        validator(value: number): boolean;
    };
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    level: {
        type: import("vue").PropType<import("./elevation.definition").TElevationLevel>;
        default: 0;
        validator(value: number): boolean;
    };
}>> & Readonly<{}>, {
    level: import("./elevation.definition").TElevationLevel;
}, SlotsType<TElevationSlots>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
//# sourceMappingURL=elevation.d.ts.map