import { HelpTextProps, Validation } from "@react-types/shared"; export type AriaProps

= Omit< P, | keyof HelpTextProps | keyof Validation | "label" | "isDisabled" | "isReadOnly" | "id" | "name" | "pattern" >; export type { Key } from "@react-types/shared";