/// import { PolymorphicComponentProps } from '../../types'; type VisuallyHiddenProps = PolymorphicComponentProps; declare const VisuallyHidden: = "span">({ tag, ...props }: VisuallyHiddenProps) => import("react/jsx-runtime").JSX.Element; export { VisuallyHidden }; //# sourceMappingURL=VisuallyHidden.d.ts.map