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