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