import React, { PropsWithChildren } from 'react';
type StyledContainerProps = {
    $isVisible?: boolean;
    $left: number;
};
export declare const StyledContainer: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledContainerProps>>;
type LoadingIndicatorProps = {
    isVisible?: boolean;
    activeSidePanel?: boolean;
    sidePanelWidth?: number;
};
declare const _default: React.FC<PropsWithChildren<LoadingIndicatorProps>>;
export default _default;
