import React from 'react';
import { IconProps } from '../../types';
declare const SVGWrapper: ({ children, ...props }: IconProps) => React.JSX.Element;
export default SVGWrapper;
