import { SelectionEventsRecorded, SelectionAny } from './internal'; import { SelectionWithNoteMixin } from './mixin'; declare const SelectionSourceData_base: typeof SelectionAny & import("../meta").AnyConstructor; export declare class SelectionSourceData extends SelectionSourceData_base { getEventsRecorded(): SelectionEventsRecorded; getResponsibleAgency(): SelectionAny; } export {};