import { SelectionAny } from './internal';
export declare class SelectionNoteReferenceMixed extends SelectionAny {
    getNoteRecord(): import("./SelectionNoteRecord").SelectionNoteRecord;
}
