/** Component only token. Which will handle additional calculation of alias token */ export interface ComponentToken { } declare const _default: (prefixCls: string, rootCls?: string) => readonly [string, string]; export default _default;