import CounterLabel, { CounterLabelProps } from "./CounterLabel.js";
export { type CounterLabelProps, CounterLabel as default };