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