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