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