import React from "react";
import { TagProps } from "../../__internal__/utils/helpers/tags/tags";
export declare const AiIcon: ({ ...rest }: TagProps) => React.JSX.Element;
export declare const AiIconInverse: ({ ...rest }: TagProps) => React.JSX.Element;
export default AiIcon;
