import { type Color as ColorType } from '../../utils/colors';
import { ColorView } from './types';
export declare const Color: ColorView;
export declare function getColor(color: ColorType): string | undefined;
