/// <reference types="react" />
import { LoadingIndicator as UpLoadingIndicatorComponent } from './UpLoadingIndicator';
declare const _default: {
    title: string;
    decorators: ((...args: any) => any)[];
    component: typeof UpLoadingIndicatorComponent;
};
export default _default;
export declare const General: () => JSX.Element;
export declare const Modal: () => JSX.Element;
export declare const Layer: () => JSX.Element;
export declare const Zone: () => JSX.Element;
