import { IconProps } from '../types';
declare const Alien: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
export default Alien;
//# sourceMappingURL=Alien.d.ts.map