import { Component } from 'react'; import SVGDefsContext from './SVGDefsContext'; import { SVGDefsSetterProps } from './SVGDefs'; export declare class SVGDefsSetter extends Component { static displayName: string; static contextType: import("react").Context; context: React.ContextType; componentDidMount(): void; componentDidUpdate(): void; componentWillUnmount(): void; render(): any; } //# sourceMappingURL=SVGDefsSetter.d.ts.map