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