import { IconButtonFxProps } from '../core/IconButtonFx'; import { IconButtonClickEventDetail, IconButtonActivateEventDetail } from '../../IconButton/core/IconButton'; export interface VueIconButtonFxProps extends Omit { } declare function __VLS_template(): { default?(_: {}): any; }; declare const __VLS_component: import('vue').DefineComponent, { label: string; icon: string; unicode: string; size: string; variant: string; type: string; disabled: boolean; pressed: boolean; loading: boolean; fxSpeed: string; fxEase: string; fxDisabled: boolean; }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { click: (event: MouseEvent) => void; "icon-button-click": (detail: IconButtonClickEventDetail) => void; "icon-button-activate": (detail: IconButtonActivateEventDetail) => void; }, string, import('vue').PublicProps, Readonly, { label: string; icon: string; unicode: string; size: string; variant: string; type: string; disabled: boolean; pressed: boolean; loading: boolean; fxSpeed: string; fxEase: string; fxDisabled: boolean; }>>> & Readonly<{ onClick?: ((event: MouseEvent) => any) | undefined; "onIcon-button-click"?: ((detail: IconButtonClickEventDetail) => any) | undefined; "onIcon-button-activate"?: ((detail: IconButtonActivateEventDetail) => any) | undefined; }>, { disabled: boolean; type: "button" | "submit" | "reset"; label: string; fxSpeed: "xs" | "sm" | "md" | "lg" | "xl"; fxEase: "ease" | "ease-in" | "ease-out" | "ease-in-out" | "bounce" | "spring-sm" | "spring-md" | "spring-lg"; fxDisabled: boolean; size: "xs" | "sm" | "md" | "lg" | "xl"; variant: "primary" | "secondary" | "success" | "warning" | "danger" | "ghost" | "monochrome"; loading: boolean; pressed: boolean; icon: string; unicode: string; }, {}, {}, {}, 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=VueIconButtonFx.vue.d.ts.map