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