/**
 * @license
 * Copyright 2025 Sandlada & Kai Orion
 * SPDX-License-Identifier: MIT
 */
import { type SlotsType } from 'vue';
import { type TRichTooltipSlots } from './rich-tooltip.definition';
export declare const RichTooltip: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    readonly position: {
        readonly type: import("vue").PropType<import("./tooltip-controller").TTooltipPosition>;
        readonly default: import("./tooltip-controller").ETooltipPosition.Below;
    };
    readonly visibility: {
        readonly type: import("vue").PropType<boolean>;
        readonly default: false;
    };
    readonly disabled: {
        readonly type: import("vue").PropType<boolean>;
        readonly default: false;
    };
    readonly showDelay: {
        readonly type: import("vue").PropType<number>;
        readonly default: 500;
    };
    readonly hideDelay: {
        readonly type: import("vue").PropType<number>;
        readonly default: 200;
    };
    readonly anchor: {
        readonly type: import("vue").PropType<string>;
        readonly default: null;
    };
    readonly disableElevation: {
        readonly type: import("vue").PropType<boolean>;
        readonly default: false;
    };
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, never[], never, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    readonly position: {
        readonly type: import("vue").PropType<import("./tooltip-controller").TTooltipPosition>;
        readonly default: import("./tooltip-controller").ETooltipPosition.Below;
    };
    readonly visibility: {
        readonly type: import("vue").PropType<boolean>;
        readonly default: false;
    };
    readonly disabled: {
        readonly type: import("vue").PropType<boolean>;
        readonly default: false;
    };
    readonly showDelay: {
        readonly type: import("vue").PropType<number>;
        readonly default: 500;
    };
    readonly hideDelay: {
        readonly type: import("vue").PropType<number>;
        readonly default: 200;
    };
    readonly anchor: {
        readonly type: import("vue").PropType<string>;
        readonly default: null;
    };
    readonly disableElevation: {
        readonly type: import("vue").PropType<boolean>;
        readonly default: false;
    };
}>> & Readonly<{}>, {
    readonly disabled: boolean;
    readonly anchor: string;
    readonly position: import("./tooltip-controller").TTooltipPosition;
    readonly visibility: boolean;
    readonly showDelay: number;
    readonly hideDelay: number;
    readonly disableElevation: boolean;
}, SlotsType<TRichTooltipSlots>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
//# sourceMappingURL=rich-tooltip.d.ts.map