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