export interface AriaLabelingAttributes { 'aria-describedby'?: string; 'aria-details'?: string; 'aria-label'?: string; 'aria-labelledby'?: string; } export interface AriaValidationAttributes { 'aria-errormessage'?: string; }