import { member } from "../../../core";
export interface Approximately_FloatInput {
    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_Float(props: Approximately_FloatInput): any;
//# sourceMappingURL=Approximately_Float.d.ts.map