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