/*! * Copyright (c) Microsoft Corporation. * Licensed under the MIT License. */ import { SandDance } from '@msrvida/sanddance-react'; export declare function bestColorScheme(newColumn: SandDance.types.Column, oldColumn: SandDance.types.Column, oldScheme: string): string;