/// /** * Tag component is used for items that need to be labeled, categorized, or organized using keywords that describe them. * Chakra UI exports 5 Tag related components: * Tag: The wrapper for all the tag elements. * TagLabel: The label for tag's text content. * TagLeftIcon: The icon placed on the left side of the tag. * TagRightIcon: The icon placed on the right side of the tag. * TagCloseButton: The close button for the tag. * https://chakra-ui.com/docs/data-display/tag */ export declare function Tag({ ...props }: any): JSX.Element; export declare function TagLabel({ ...props }: any): JSX.Element; export declare function TagLeftIcon({ ...props }: any): JSX.Element; export declare function TagRightIcon({ ...props }: any): JSX.Element; export declare function TagCloseButton({ ...props }: any): JSX.Element; //# sourceMappingURL=Tag.d.ts.map