import type { Theme } from "@excalidraw/element/types";
export declare const LoadingMessage: React.FC<{
    delay?: number;
    theme?: Theme;
}>;
