importReactfrom'react';
exportinterfaceVisuallyHiddenProps {
/** The content to be hidden visually */children?: React.ReactNode;
}
exportdeclarefunctionVisuallyHidden({ children }: VisuallyHiddenProps): JSX.Element;
//# sourceMappingURL=VisuallyHidden.d.ts.map