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