/// import type { LabelProps } from "./types"; declare function Label({ content, htmlFor, required, hasError, id }: LabelProps): JSX.Element; export default Label;