import { IconButtonProps, IconButtonClickEventDetail, IconButtonActivateEventDetail } from '../core/IconButton'; export interface VueIconButtonProps extends Omit { /** Additional ARIA label (will override label prop) */ ariaLabel?: string; } declare function __VLS_template(): { default?(_: {}): any; }; declare const __VLS_component: import('vue').DefineComponent, { size: string; variant: string; type: string; disabled: boolean; pressed: boolean; loading: boolean; }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "icon-button-click": (detail: IconButtonClickEventDetail) => void; "icon-button-activate": (detail: IconButtonActivateEventDetail) => void; }, string, import('vue').PublicProps, Readonly, { size: string; variant: string; type: string; disabled: boolean; pressed: boolean; loading: boolean; }>>> & Readonly<{ "onIcon-button-click"?: ((detail: IconButtonClickEventDetail) => any) | undefined; "onIcon-button-activate"?: ((detail: IconButtonActivateEventDetail) => any) | undefined; }>, { disabled: boolean; type: "button" | "submit" | "reset"; size: "xs" | "sm" | "md" | "lg" | "xl"; variant: "primary" | "secondary" | "success" | "warning" | "danger" | "ghost" | "monochrome"; loading: boolean; pressed: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots>; export default _default; type __VLS_NonUndefinedable = T extends undefined ? never : T; type __VLS_TypePropsToRuntimeProps = { [K in keyof T]-?: {} extends Pick ? { type: import('vue').PropType<__VLS_NonUndefinedable>; } : { type: import('vue').PropType; required: true; }; }; type __VLS_WithDefaults = { [K in keyof Pick]: K extends keyof D ? __VLS_Prettify : P[K]; }; type __VLS_Prettify = { [K in keyof T]: T[K]; } & {}; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=VueIconButton.vue.d.ts.map