import Label from './Label';
import type { LabelProps } from './LabelTypes';
export { Label, type LabelProps };
