//#region src/empty/utils.d.ts declare function getAsSolidColor(color: string, background: string): string; //#endregion export { getAsSolidColor };