import { SVGProps } from 'react';

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

export { Tera as default };
