import { SelectionWithSourceCitationMixin } from './mixin';
import { SelectionRecord } from './base';
declare const SelectionNoteRecord_base: typeof SelectionRecord & import("../meta").AnyConstructor<SelectionWithSourceCitationMixin>;
export declare class SelectionNoteRecord extends SelectionNoteRecord_base {
}
export {};
