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