import { Type as _Type } from "./DeprecatedValues";
export interface Type {
    /**
     * Identifier of the type of element being clicked
     */
    type: _Type;
}
