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