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