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