import { styledLabel } from "./label.styled"; /** * A label component to display the status of an item. */ export const Label = styledLabel;