export interface ComponentToken { secondaryColorBg?: string; secondaryColor?: string; secondaryBorder?: string; primaryColorBg?: string; primaryColor?: string; primaryBorder?: string; dashedColorBg?: string; dashedColor?: string; dashedBorder?: string; textColorBg?: string; textColor?: string; textBorder?: string; outlineColorBg?: string; outlineColor?: string; outlineBorder?: string; } declare const _default: (prefixCls: string) => readonly [string]; export default _default;