import { IGenerateThemeItem } from '../IGenerateThemeItemProps.model';
export declare const generateBackgroundColor: (props: Pick<IGenerateThemeItem, "$themeType" | "$layer">) => string;
