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