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