import type { ReactNode } from "react"; export * from "./variants.js"; type VisuallyHiddenProps = { children: ReactNode; }; export declare function VisuallyHidden({ children }: VisuallyHiddenProps): import("react").JSX.Element; //# sourceMappingURL=index.d.ts.map