declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
export default _default;
type __VLS_WithTemplateSlots<T, S> = T & (new () => {
    $slots: S;
});
declare const __VLS_component: import('vue').DefineComponent<{}, {
    $emit: (event: "click", ...args: any[]) => void;
    variant: string;
    color: string;
    size: string;
    disabled: boolean;
    label: string;
    icon: string;
    $props: {
        readonly variant?: string | undefined;
        readonly color?: string | undefined;
        readonly size?: string | undefined;
        readonly disabled?: boolean | undefined;
        readonly label?: string | undefined;
        readonly icon?: string | undefined;
    };
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLButtonElement>;
type __VLS_TemplateResult = {
    attrs: Partial<{}>;
    slots: {
        icon?(_: {}): any;
        default?(_: {}): any;
    };
    refs: {};
    rootEl: HTMLButtonElement;
};
//# sourceMappingURL=Fab.vue.d.ts.map