import { BoxProps } from "../Box"; export declare const TagGroup: ({ className, ...rest }: BoxProps) => JSX.Element;