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