/// export interface StyledLabelProps { htmlFor?: string; } export interface LabelProps extends StyledLabelProps { children?: React.ReactChild; }