/// export declare type TagProps = Readonly<{ label: string; }>; export declare const Tag: ({ label }: TagProps) => JSX.Element;