import { SelectionIndividualEvent } from './internal';
export declare class SelectionIndividualAttribute extends SelectionIndividualEvent {
    getType(): import("./SelectionAny").SelectionAny;
}
