import { default as getAlphaColor } from './theme/util/getAlphaColor';

export declare const genAlphaColor: typeof getAlphaColor;
export * from './theme/index';
export type { ThemeOptions } from './theme/index';
export type { SizeMap, StyleMap, SeedMap, SeedOption, FontMap, PresetColorKey, PresetColorType, ColorPalettes, ColorToken } from './theme/interface';
