import type { Props } from './JsxChild.js'; import React from 'react'; declare function Hidden({ children, className }: Props): React.ReactElement; declare const _default: React.MemoExoticComponent