/// import type { LabelProps } from "./types"; declare function Label({ content, id, required, hasError }: LabelProps): JSX.Element; export default Label; //# sourceMappingURL=index.d.ts.map