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