import * as React from 'react'; type Props = { error: Error; }; export declare const FallbackComponent: (props: Props) => React.JSX.Element; export {};