import { HTMLProps } from 'react'; export declare function SVG({ width, height, svg, style, nodeRef, ...props }: HTMLProps & { nodeRef?: any; svg?: string; cleanup?: string[]; }): JSX.Element; //# sourceMappingURL=SVG.d.ts.map