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