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