import type { ComponentPropsWithRef } from "react"; import { Form as AriaForm } from "react-aria-components"; export const Form = (props: ComponentPropsWithRef) => { return ; }; Form.displayName = "Form";