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