export interface AriaAttributes { "aria-label"?: string; "aria-describedby"?: string; "aria-labelledby"?: string; }