import { AbsoluteIconContainerProps } from '../icon/itlab-absolute-icon-container.vue'; import { Icon } from 'itlab-icons'; export type ActionItemProps = { leadingIcon?: Icon; leadingIconContainer?: Omit; trailingIcon?: Icon; trailingIconContainer?: Omit; label?: string | number; description?: string | number; clamp?: { label?: number; description?: number; }; disabled?: boolean; color?: 'primary' | 'color' | 'secondary' | 'tertiary' | 'destructive' | 'affirmative'; keepOpen?: boolean; defaultCursor?: boolean; }; declare var __VLS_10: {}, __VLS_17: {}, __VLS_19: {}; type __VLS_Slots = {} & { 'leading-icon'?: (props: typeof __VLS_10) => any; } & { default?: (props: typeof __VLS_17) => any; } & { 'trailing-icon'?: (props: typeof __VLS_19) => 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; }; };