type __VLS_Props = { accountId: string; name: string; address?: string; customFieldValue?: string | number | boolean | null; contacts?: any[]; search?: string; cardIcon?: string; selectedAccountIds?: string[]; selectedContactIds?: string[]; loading: boolean; allowAccountChange?: boolean; allowContactsFromDifferentAccounts?: boolean; restrictToSingleContact?: boolean; lastViewedDate?: string; dateFormat?: string; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { "remove-contact": (contactId: string) => any; "remove-account": (accountId: string) => any; "add-contact": (contactId: string) => any; "add-account": (accountId: string) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ "onRemove-contact"?: ((contactId: string) => any) | undefined; "onRemove-account"?: ((accountId: string) => any) | undefined; "onAdd-contact"?: ((contactId: string) => any) | undefined; "onAdd-account"?: ((accountId: string) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;