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