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