import { SVGProps } from 'react';

declare const ThunderToken: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { ThunderToken as default };
