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