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