import { SelectionWithAddressMixin, SelectionWithMultimediaMixin } from './mixin'; import { SelectionAny, SelectionDate, SelectionPlace } from './internal'; declare const SelectionEvent_base: typeof SelectionAny & import("../meta").AnyConstructor & import("../meta").AnyConstructor & import("../meta").AnyConstructor & import("../meta").AnyConstructor; export declare class SelectionEvent extends SelectionEvent_base { valueAsHappened(): (boolean | null)[]; getType(): SelectionAny; getDate(): SelectionDate; getPlace(): SelectionPlace; getResponsibleAgency(): SelectionAny; getReligiousAffiliation(): SelectionAny; getCause(): SelectionAny; } export {};