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