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