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