import type { EntityType } from '@/client/types.gen'; type __VLS_Props = { onCreateNewContact?: () => void; }; declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { select: (args_0: EntityType, args_1: string) => any; close: () => any; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ onSelect?: ((args_0: EntityType, args_1: string) => any) | undefined; onClose?: (() => any) | undefined; }>, { onCreateNewContact: () => void; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;