import type { TagProps as HeadlessTagProps } from "react-aria-components"; declare function Tag({ children, ...props }: HeadlessTagProps): JSX.Element; export { Tag };