import { TColorsBackground } from '../../types/commonTypes'; export declare const getBackgroundColorClass: (type?: TColorsBackground) => string;