import { HTMLAttributes } from 'react'; export type VisuallyHiddenProps = Omit, 'className'>; export declare function VisuallyHidden(props: VisuallyHiddenProps): import("react/jsx-runtime").JSX.Element;