import { CompanyEntity, ServiceEntity, StaffEntity } from "@agendize/js-agendize-api"; interface Props { locations?: { key: string; label: string; tooltip: string; }[]; company: CompanyEntity; service: ServiceEntity; staffs?: StaffEntity[]; randomOptions?: boolean; staffSelectionEnabled?: boolean; } declare const _default: import("vue").DefineComponent & Readonly<{}>, { randomOptions: boolean; staffSelectionEnabled: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>; export default _default; //# sourceMappingURL=ServiceFormComponent.vue.d.ts.map