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