/// <reference types="react" />
import { IBlockLoadingProps } from './props';
export declare function BlockLoading(props: IBlockLoadingProps): JSX.Element;
export default BlockLoading;
