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