import { Color } from './color.class'; import { ColorType } from './control.class'; export declare function getValueByType(color: Color, type: ColorType): string;