import * as React from "react"; import { IconProps } from '../lib'; declare const Axe: (props: IconProps) => React.JSX.Element; export default Axe; //# sourceMappingURL=Axe.d.ts.map