import { DeviceBreakpointsType } from '../../../types/breakpoints/breakpoints';
import { IOperativeLayoutBiColor } from '../types/operativeLayout';
type getBgColorReturnValuesType = {
    bgColor?: string;
    leftBgColor?: string;
    rightBgColor?: string;
};
export declare const getBgColor: (mainContainerWidth: number | null, asideContainerPosition: number | null, contentBgColor: string | IOperativeLayoutBiColor | undefined, contentOverflowColor: boolean | undefined, themeLeftColor: string | undefined, themeRightColor: string | undefined, device: DeviceBreakpointsType) => getBgColorReturnValuesType;
export {};
