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