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