import React from 'react';
import { ILoadingStateStandAlone } from './types/loadingState';
export declare const LoadingStateStandAlone: React.ForwardRefExoticComponent<ILoadingStateStandAlone & {
    children?: React.ReactNode | undefined;
} & React.RefAttributes<HTMLDivElement>>;
