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