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