import { HTMLAttributes, ReactNode } from 'react'; export type LabelProps = HTMLAttributes & { /** Display label text */ label?: ReactNode; /** Adds the "optional" string to the end of the label */ optional?: boolean; required?: boolean; }; /** Wraps children in a `