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