export interface AriaInputWithLabelProps extends React.InputHTMLAttributes { label: string }