import { AnyConstructor } from '../../meta'; import { SelectionAny, SelectionNoteReferenceMixed } from '../internal'; /** * @ignore */ export declare const SelectionWithNoteMixin: >(Base: C) => C & AnyConstructor; export interface SelectionWithNoteMixin { /** * The note(s) associated to this attribute. * * * *
TagNOTE
Multiplicity*
*/ getNote(): SelectionNoteReferenceMixed; }