import { SVGProps } from 'react';

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

export { Theta as default };
