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