import type { SVGProps } from "react"; export interface PrinterIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function PrinterIcon({ className, size, color, ...props }: PrinterIconProps): import("react").JSX.Element; //# sourceMappingURL=printer-icon.d.ts.map