import React from 'react'; import { WithFeature } from '../store/reducers/embeddedApp/loading'; import { ComponentProps } from '../types'; /** * The UI component for the Loading feature * @public * */ export declare class Loading extends React.PureComponent { render(): JSX.Element | null; } declare const _default: (React.ComponentClass & Pick<(React.ComponentClass & typeof Loading) | (React.FunctionComponent & typeof Loading), "defaultProps" | "prototype">) | (React.FunctionComponent & Pick<(React.ComponentClass & typeof Loading) | (React.FunctionComponent & typeof Loading), "defaultProps" | "prototype">); /** * The Loading feature with its reducer, actions and UI component * @public * */ export default _default;