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