export interface VisuallyHiddenProps { as?: React.ElementType; children?: React.ReactNode; id?: string; }