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