import { type ComponentPropsWithoutRef } from 'react'; export type VisuallyHiddenProps = ComponentPropsWithoutRef<'span'>; /** * Hides content visually while preserving it for assistive technologies. */ export declare const VisuallyHidden: ({ children, style, ...rest }: VisuallyHiddenProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=VisuallyHidden.d.ts.map