import { SelectionAny } from './internal';
declare const SelectionAssociation_base: typeof SelectionAny & import("../meta").AnyConstructor<import("./mixin").SelectionWithSourceCitationMixin> & import("../meta").AnyConstructor<import("./mixin").SelectionWithNoteMixin>;
export declare class SelectionAssociation extends SelectionAssociation_base {
    getRelation(): SelectionAny;
}
export {};
