import classNames from 'classnames'; import type { HTMLAttributes } from 'react'; export function Label({ htmlFor, className, ...props }: HTMLAttributes & { htmlFor: string }) { return (