import type { IconProps } from "../icon-options"; export declare const FlashCircle1Icon: ({ variant, className, ...props }: IconProps) => import("react").JSX.Element; export default FlashCircle1Icon;