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