/// <reference types="react" />
import { LoadingSectionProps } from './LoadingSectionProps';
export declare const LoadingSection: (props: LoadingSectionProps) => JSX.Element;
declare const _default: import("react-redux").ConnectedComponent<(props: LoadingSectionProps) => JSX.Element, Pick<LoadingSectionProps, "className" | "background">>;
export default _default;
