import { ReactElement, SVGProps } from 'react'; export default function Oval(props: JSX.IntrinsicAttributes & SVGProps): ReactElement;