import { PaletteComponent } from '../runtime'; import { Category20Palette } from '../spec/palette'; export type Category20Options = Omit; /** * Classic palette of AntV for ordinal data with 20 colors. */ export declare const Category20: PaletteComponent;