import { PropType } from 'vue'; import { Service } from '../ServiceBtn/types'; declare function __VLS_template(): { attrs: Partial<{}>; slots: { message?(_: {}): any; }; refs: {}; rootEl: HTMLElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent; default: () => never[]; }; servicesPatient: { type: PropType; default: () => never[]; }; servicesPs: { type: PropType; required: true; }; uniqueId: { type: StringConstructor; required: true; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; default: () => never[]; }; servicesPatient: { type: PropType; default: () => never[]; }; servicesPs: { type: PropType; required: true; }; uniqueId: { type: StringConstructor; required: true; }; }>> & Readonly<{}>, { messageToDisplay: string; servicesContact: Service[]; servicesPatient: Service[]; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };