import { ColorInput } from 'tinycolor2'; /** * Color Palette */ export declare const defaultPalette: string[]; export declare const getBgColor: (name: string, colors?: string[]) => string; export declare const getFontColor: (background: ColorInput) => string;