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