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