import { member } from "../../../../core";
export interface MiddleMousePressedInput {
    id?: string;
    persistentId?: string;
    updateOrder?: member<number>;
    Enabled?: member<boolean>;
    _activeVisual?: member<any>;
}
export declare function MiddleMousePressed(props: MiddleMousePressedInput): any;
//# sourceMappingURL=MiddleMousePressed.d.ts.map