export declare function RegistrationViewModel(): { registrationIcon: import("vue").ComputedRef<"fa-regular fa-calendar" | "fa-regular fa-hourglass-clock" | "fa-regular fa-check">; registrationTitle: import("vue").ComputedRef; registrationSubtitle: import("vue").ComputedRef; conferenceName: import("vue").ComputedRef; sessionDate: import("vue").ComputedRef; sessionTime: import("vue").ComputedRef; sessionTimeZone: import("vue").ComputedRef; conferenceLocation: import("vue").ComputedRef<{ type: "address"; country: string; street: string; zipCode: string; city: string; additionalStreet?: string | undefined; state?: string | undefined; geolocation?: { lat: number; lng: number; } | undefined; } | { type: "custom"; text: string; } | { type: "link"; link: string; title?: string | undefined; } | { type: "schedulingCompanyAddress"; companyId: string; country?: string | undefined; street?: string | undefined; additionalStreet?: string | undefined; zipCode?: string | undefined; city?: string | undefined; state?: string | undefined; } | { type: "conferenceLocation"; country?: string | undefined; street?: string | undefined; additionalStreet?: string | undefined; zipCode?: string | undefined; city?: string | undefined; state?: string | undefined; } | undefined>; registrationContactRef: import("vue").Ref; registrationContactName: import("vue").Ref; registrationContactEmail: import("vue").Ref; registrationContactPhone: import("vue").Ref; registrationContactAdditionalData: import("vue").Ref<{ label: string; value?: string | undefined; }[], { label: string; value?: string; }[] | { label: string; value?: string | undefined; }[]>; registrationSeats: import("vue").Ref; loadRegistrationData: () => void; openClosePanel: () => void; backCancel: () => void; confirmCancel: () => void; cancelling: import("vue").Ref; cancellingMode: import("vue").Ref; cancelComment: import("vue").Ref; isWaitingList: import("vue").Ref; iframe: import("vue").Ref; }; //# sourceMappingURL=RegistrationViewModel.d.ts.map