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