/// <reference types="react" />
export declare const FullscreenError: ({ title, errorMessage, }: {
    title?: string;
    errorMessage?: string;
}) => JSX.Element;
