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