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