import { ActionItemProps } from './itlab-action-item.vue'; import { AbsoluteIconContainerProps } from '../icon/itlab-absolute-icon-container.vue'; import { Icon } from 'itlab-icons'; type ActionGroupItemProps = Pick & { icon: Icon; iconContainer?: Omit; }; declare var __VLS_10: {}, __VLS_17: {}; type __VLS_Slots = {} & { icon?: (props: typeof __VLS_10) => any; } & { default?: (props: typeof __VLS_17) => any; }; declare const __VLS_base: import('vue').DefineComponent any; click: (data: MouseEvent) => any; }, string, import('vue').PublicProps, Readonly & Readonly<{ onRef?: ((data: any) => any) | undefined; onClick?: ((data: MouseEvent) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };