import { SelectionCitationEvent, SelectionCitationData, SelectionSourceCertainty, SelectionAny, SelectionWithMultimediaMixin } from './internal'; import { SelectionWithNoteMixin } from './mixin'; declare const SelectionSourceCitation_base: typeof SelectionAny & import("../meta").AnyConstructor & import("../meta").AnyConstructor; export declare class SelectionSourceCitation extends SelectionSourceCitation_base { getSourceRecord(): import("./SelectionSourceRecord").SelectionSourceRecord; getLocationInSource(): SelectionAny; getEventCitedFrom(): SelectionCitationEvent; getData(): SelectionCitationData; getCertainty(): SelectionSourceCertainty; } export {};