import React from 'react';
interface FallbackComponentProps {
    children: React.ReactNode;
}
export declare const FallbackComponent: ({ children }: FallbackComponentProps) => JSX.Element;
export {};
