import * as React from 'react'; import { NoSsrProps } from './NoSsr.types'; declare const NoSsr: React.FunctionComponent; export default NoSsr;