import { ConferenceLocationEntity, ConferencePublicEntity, ConferenceSessionPublicEntity } from "@agendize/js-agendize-api"; interface Props { account: string; isMobile: boolean; conference: ConferencePublicEntity; sessions: ConferenceSessionPublicEntity[]; showLocationsInSelect: boolean; location?: ConferenceLocationEntity; locationLinkMode?: 'link' | 'visio'; } declare const _default: import("vue").DefineComponent & Readonly<{}>, { locationLinkMode: "link" | "visio"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=SessionFormComponent.vue.d.ts.map