import SVGComponentTransferFunctionElement from '../svg-component-transfer-function-element/SVGComponentTransferFunctionElement.cjs'; /** * SVGFEFuncBElement. * * @see https://developer.mozilla.org/en-US/docs/Web/API/SVGFEFuncBElement */ export default class SVGFEFuncBElement extends SVGComponentTransferFunctionElement { } //# sourceMappingURL=SVGFEFuncBElement.d.ts.map