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