/**
 * @license
 * Copyright 2025 Sandlada & Kai Orion
 * SPDX-License-Identifier: MIT
 */
import { type SlotsType } from 'vue';
import { type TRippleSlots } from './ripple.definition';
export declare const Ripple: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    readonly id: {
        readonly default: null;
        readonly type: import("vue").PropType<string>;
    };
    readonly for: {
        readonly default: null;
        readonly type: import("vue").PropType<string>;
    };
    readonly disabled: {
        readonly default: false;
        readonly type: import("vue").PropType<boolean>;
    };
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, never[], never, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    readonly id: {
        readonly default: null;
        readonly type: import("vue").PropType<string>;
    };
    readonly for: {
        readonly default: null;
        readonly type: import("vue").PropType<string>;
    };
    readonly disabled: {
        readonly default: false;
        readonly type: import("vue").PropType<boolean>;
    };
}>> & Readonly<{}>, {
    readonly disabled: boolean;
    readonly for: string;
    readonly id: string;
}, SlotsType<TRippleSlots>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
//# sourceMappingURL=ripple.d.ts.map