import React from 'react'; import type { IHiddenProps } from './types'; export declare const HiddenSSR: React.MemoExoticComponent<({ children, ...props }: IHiddenProps) => React.ReactElement> | null>;