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