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