import React from 'react'; /** Display this if JS is disabled. */ export declare const Fallback: ({ children }: { children: React.ReactElement<{}>; }) => React.JSX.Element;