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