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