import { IconProps } from '../Icon'; declare function SvgStyle(props: IconProps): JSX.Element; export default SvgStyle;