type __VLS_Props = { showContactDetails?: boolean; actions?: ('delete' | 'details')[]; actionRunning?: boolean; }; declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { onContactDetails: (contactId: string) => any; onAddAttendee: () => any; onDeleteAttendee: (attendee: AttendeeSecuredEntity) => any; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ onOnContactDetails?: ((contactId: string) => any) | undefined; onOnAddAttendee?: (() => any) | undefined; onOnDeleteAttendee?: ((attendee: AttendeeSecuredEntity) => any) | undefined; }>, { actionRunning: boolean; showContactDetails: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDetailsElement>; export default _default; //# sourceMappingURL=ClientsInformations.vue.d.ts.map