/**
 * @license
 * Copyright 2025 Sandlada & Kai Orion
 * SPDX-License-Identifier: MIT
 */
import { type SlotsType } from 'vue';
import { type TIconButtonSlots } from './icon-button.definition';
export declare const IconButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    readonly appearance: {
        readonly type: import("vue").PropType<import("./shared.definition").TIconButtonAppearance>;
        readonly default: "standard";
    };
    readonly disabled: {
        readonly type: BooleanConstructor;
        readonly default: false;
    };
    readonly type: {
        readonly type: import("vue").PropType<import("../..").TFormSubmitterType>;
        readonly default: "button";
    };
    readonly href: {
        readonly type: import("vue").PropType<string>;
        readonly default: null;
    };
    readonly target: {
        readonly type: import("vue").PropType<import("../..").TButtonTarget>;
        readonly default: null;
    };
    readonly form: {
        readonly type: import("vue").PropType<string>;
        readonly default: null;
    };
    readonly name: {
        readonly type: import("vue").PropType<string>;
        readonly default: null;
    };
    readonly value: {
        readonly type: import("vue").PropType<string>;
        readonly default: null;
    };
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    readonly appearance: {
        readonly type: import("vue").PropType<import("./shared.definition").TIconButtonAppearance>;
        readonly default: "standard";
    };
    readonly disabled: {
        readonly type: BooleanConstructor;
        readonly default: false;
    };
    readonly type: {
        readonly type: import("vue").PropType<import("../..").TFormSubmitterType>;
        readonly default: "button";
    };
    readonly href: {
        readonly type: import("vue").PropType<string>;
        readonly default: null;
    };
    readonly target: {
        readonly type: import("vue").PropType<import("../..").TButtonTarget>;
        readonly default: null;
    };
    readonly form: {
        readonly type: import("vue").PropType<string>;
        readonly default: null;
    };
    readonly name: {
        readonly type: import("vue").PropType<string>;
        readonly default: null;
    };
    readonly value: {
        readonly type: import("vue").PropType<string>;
        readonly default: null;
    };
}>> & Readonly<{}>, {
    readonly name: string;
    readonly form: string;
    readonly type: import("../..").TFormSubmitterType;
    readonly appearance: import("./shared.definition").TIconButtonAppearance;
    readonly disabled: boolean;
    readonly href: string;
    readonly target: import("../..").TButtonTarget;
    readonly value: string;
}, SlotsType<TIconButtonSlots>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
//# sourceMappingURL=icon-button.d.ts.map