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