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