import { SVGProps } from "react"; declare const PrinterIcon: (props: SVGProps) => JSX.Element; export default PrinterIcon;