export type A11yProps = { 'aria-label'?: string; 'aria-describedby'?: string; 'aria-controls'?: string; 'aria-current'?: 'page' | 'step' | 'location' | 'date' | 'time' | 'true' | 'false'; 'aria-hidden'?: boolean; title?: string; };