import { AccountEntity, ConferenceEntity, ConferenceLocationEntity } from "@agendize/js-calendar-api";
declare const _default: import("vue").DefineComponent<{
    conference: {
        type: import("vue").PropType<ConferenceEntity>;
        required: true;
    };
    organisation: {
        type: import("vue").PropType<AccountEntity>;
        required: true;
    };
}, () => void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
    validate: (location: ConferenceLocationEntity) => void;
} & {
    close: () => void;
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
    conference: {
        type: import("vue").PropType<ConferenceEntity>;
        required: true;
    };
    organisation: {
        type: import("vue").PropType<AccountEntity>;
        required: true;
    };
}>> & {
    onClose?: (() => any) | undefined;
    onValidate?: ((location: ConferenceLocationEntity) => any) | undefined;
}, {}, {}>;
export default _default;
