import { AbsoluteIconContainerProps } from '../icon/itlab-absolute-icon-container.vue'; import { Icon } from 'itlab-icons'; export type ListItemProps = { icon?: Icon; iconContainer?: Omit & { size?: string; }; disabled?: boolean; showArrow?: boolean; hideArrow?: boolean; sortableDraggable?: boolean; alignment?: 'leading' | 'center' | 'trailing'; onClick?: (event: MouseEvent) => void; }; declare var __VLS_10: {}, __VLS_29: {}, __VLS_37: {}; type __VLS_Slots = {} & { media?: (props: typeof __VLS_10) => any; } & { default?: (props: typeof __VLS_29) => any; } & { trailing?: (props: typeof __VLS_37) => any; }; declare const __VLS_base: import('vue').DefineComponent any; }, string, import('vue').PublicProps, Readonly & Readonly<{ onRef?: ((data: any) => 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; }; };