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