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