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