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