import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgWbShade: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgWbShade; //# sourceMappingURL=WbShade.d.ts.map