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