import React from "react"; import type { OvalProps } from "../../../dom/types"; import type { SkiaProps } from "../../processors"; export declare const Oval: (props: SkiaProps) => React.JSX.Element;