import { SVGProps } from 'react';

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

export { TerraLuna as default };
