// @flow
import * as React from "react";

import { Props } from "../Icon";

declare const Ai: React.FunctionComponent<Props>;
export { Ai, Ai as default };
