import { LabelProps } from "./label.types.js";
import { Label } from "./label.js";
export { Label, type LabelProps };
