import { PaletteComponent } from '../runtime'; import { Category10Palette } from '../spec/palette'; export type Category10Options = Omit; /** * Classic palette of AntV for ordinal data with 10 colors. */ export declare const Category10: PaletteComponent;