import { Node } from "../../Node.js";
export declare function _Ibm(label?: string, options?: Record<string, unknown>): Node;
export declare function Ibm(label?: string, options?: Record<string, unknown>): Node;
