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