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