import { SVGProps } from "react";
declare const GILightningDome: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export { GILightningDome };
