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