/// /** * We call it Label, Chakra calls it Badge * Badges are used to highlight an item's status for quick recognition. * https://chakra-ui.com/docs/data-display/badge */ export declare function Label({ ...props }: any): JSX.Element; //# sourceMappingURL=Label.d.ts.map