type __VLS_Props = { accounts?: any[]; colleagues?: any[]; contacts?: any[]; loading?: boolean; selectedAccountIds?: string[]; selectedColleagueIds?: string[]; selectedContactIds?: string[]; simpleView?: boolean; allowAccountChange?: boolean; isDraggable?: boolean; }; declare function __VLS_template(): { attrs: Partial<{}>; slots: { default?(_: {}): any; }; refs: {}; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { "remove-contact": (contactId: string) => any; "remove-account": (accountId: string) => any; "remove-colleague": (userId: string) => any; "remove-all": () => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ "onRemove-contact"?: ((contactId: string) => any) | undefined; "onRemove-account"?: ((accountId: string) => any) | undefined; "onRemove-colleague"?: ((userId: string) => any) | undefined; "onRemove-all"?: (() => any) | undefined; }>, { loading: boolean; accounts: any[]; colleagues: any[]; contacts: any[]; selectedAccountIds: string[]; selectedColleagueIds: string[]; selectedContactIds: string[]; simpleView: boolean; allowAccountChange: boolean; isDraggable: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };