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