import { member } from "../../../core";
export interface Construct_Uint3Input {
    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_Uint3(props: Construct_Uint3Input): any;
//# sourceMappingURL=Construct_Uint3.d.ts.map