import { colorPaletteType } from './types'; export declare const colorPalette8: { background: string; text: string; }[]; export declare const colorPalette16: { background: string; text: string; }[]; export declare const colorPalette24: { background: string; text: string; }[]; export declare const colorPalette: (palette?: colorPaletteType) => { background: string; text: string; }[];