import Component from "../../components/visually-hidden/visually-hidden.component.js"; /** * @summary The visually hidden utility makes content accessible to assistive devices without displaying it on the screen. * @documentation https://pureui.online/components/visually-hidden * @status stable * @since 1.0 * * @slot - The content to be visually hidden. */ declare const reactWrapper: import("@lit/react").ReactWebComponent; export default reactWrapper;