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