import { type RootComponentProps } from '../RootComponent/RootComponent'; export type VisuallyHiddenProps = RootComponentProps; /** * Компонент-обертка. Позволяет скрыть контент визуально, но оставить его * доступным для ассистивных технологий. По умолчанию — `span`. * * @since 5.4.0 * @see https://vkui.io/components/visually-hidden */ export declare const VisuallyHidden: ({ Component, baseClassName, ...restProps }: VisuallyHiddenProps) => React.ReactNode; //# sourceMappingURL=VisuallyHidden.d.ts.map