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