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