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