import { AnyConstructor, Mixin } from '../../meta'; import { SelectionAny, SelectionWithNoteMixin, SelectionWithSourceCitationMixin } from '../internal'; /** * @ignore */ export declare const SelectionWithNoteSourceCitationMixin: >(Base: C) => C & AnyConstructor & AnyConstructor; export declare type SelectionWithNoteSourceCitationMixin = Mixin;