import type { SVGProps } from 'react'; type IconProps = SVGProps & { size?: number | string; color?: string; }; declare const Printer: ({ size, color, ...props }: IconProps) => import("react").JSX.Element; export default Printer; //# sourceMappingURL=Printer.web.d.ts.map