import FloatButtonGroup from './src/float-button-group.vue'; import FloatButton from './src/float-button.vue'; export declare const LlFloatButton: import("ll-plus/es/utils").SFCWithInstall, unknown, unknown, () => { iconName: string; color: string; size: string; }, boolean>; readonly enableBadge: import("ll-plus/es/utils").EpPropFinalized; readonly badge: { readonly type: import("vue").PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly description: import("ll-plus/es/utils").EpPropFinalized; readonly shape: import("ll-plus/es/utils").EpPropFinalized; }>, { attrs: import("vue").Attrs; bem: { b: (blockSuffix?: string) => string; e: (element?: string) => string; m: (modifier?: string) => string; be: (blockSuffix?: string, element?: string) => string; em: (element: string, modifier: string) => string; bm: (blockSuffix: string, modifier: string) => string; bem: (blockSuffix: string, element: string, modifier: string) => string; is: (name?: string) => string; }; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly, unknown, unknown, () => { iconName: string; color: string; size: string; }, boolean>; readonly enableBadge: import("ll-plus/es/utils").EpPropFinalized; readonly badge: { readonly type: import("vue").PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly description: import("ll-plus/es/utils").EpPropFinalized; readonly shape: import("ll-plus/es/utils").EpPropFinalized; }>> & Readonly<{}>, { readonly icon: { readonly iconName?: string; readonly color?: string; readonly size?: import("ll-plus/es/utils").EpPropMergeType, unknown, unknown>; }; readonly shape: import("ll-plus/es/utils").EpPropMergeType; readonly description: string; readonly enableBadge: import("ll-plus/es/utils").EpPropMergeType; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>; export declare const LlFloatButtonGroup: import("ll-plus/es/utils").SFCWithInstall, unknown, unknown, () => { iconName: string; color: string; size: string; }, boolean>; readonly menus: import("ll-plus/es/utils").EpPropFinalized any[], boolean>; readonly trigger: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; }>, { attrs: import("vue").Attrs; bem: { b: (blockSuffix?: string) => string; e: (element?: string) => string; m: (modifier?: string) => string; be: (blockSuffix?: string, element?: string) => string; em: (element: string, modifier: string) => string; bm: (blockSuffix: string, modifier: string) => string; bem: (blockSuffix: string, element: string, modifier: string) => string; is: (name?: string) => string; }; emits: (event: "click", ...args: any[]) => void; handleClick: (item: any, index: any) => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly, unknown, unknown, () => { iconName: string; color: string; size: string; }, boolean>; readonly menus: import("ll-plus/es/utils").EpPropFinalized any[], boolean>; readonly trigger: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; }>> & Readonly<{ onClick?: (...args: any[]) => any; }>, { readonly icon: { readonly iconName?: string; readonly color?: string; readonly size?: import("ll-plus/es/utils").EpPropMergeType, unknown, unknown>; }; readonly menus: any; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>; export * from './src/float-button'; declare module 'vue' { interface GlobalComponents { LlFloatButton: typeof FloatButton; LlFloatButtonGroup: typeof FloatButtonGroup; } }