import { TagProps } from './types'; export declare const Tag: ({ shape, className, ...props }: TagProps) => JSX.Element;