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