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