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