type __VLS_Props = { totalAccounts: number; totalContacts: number; totalColleagues: number; accounts?: any[]; contacts?: any[]; colleagues?: any[]; loading?: boolean; singleColumnView?: boolean; allowAccountChange?: boolean; allowContactsFromDifferentAccounts?: boolean; restrictToSingleContact?: boolean; isDraggable?: boolean; quickFiltersTitle?: string; mutuallyExclusiveQuickFilters?: boolean; customAccountDisplayField?: string; getAccountSecondLine?: (account: any) => string; dateFormat?: string; search: string; selectedQuickFilters?: string[]; selectedColleagueIds?: string[]; selectedContactIds?: string[]; selectedAccountIds?: string[]; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:search": (...args: any[]) => void; "update:selectedQuickFilters": (...args: any[]) => void; "update:selectedAccountIds": (...args: any[]) => void; "update:selectedContactIds": (...args: any[]) => void; "update:selectedColleagueIds": (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:search"?: ((...args: any[]) => any) | undefined; "onUpdate:selectedQuickFilters"?: ((...args: any[]) => any) | undefined; "onUpdate:selectedAccountIds"?: ((...args: any[]) => any) | undefined; "onUpdate:selectedContactIds"?: ((...args: any[]) => any) | undefined; "onUpdate:selectedColleagueIds"?: ((...args: any[]) => any) | undefined; }>, { search: string; loading: boolean; dateFormat: string; accounts: any[]; colleagues: any[]; contacts: any[]; selectedAccountIds: string[]; selectedColleagueIds: string[]; selectedContactIds: string[]; allowAccountChange: boolean; isDraggable: boolean; restrictToSingleContact: boolean; mutuallyExclusiveQuickFilters: boolean; singleColumnView: boolean; selectedQuickFilters: string[]; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; export default _default;