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