import { SVGProps } from 'react'; declare const Theta: (props: SVGProps) => JSX.Element; export { Theta as default };