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