export type BuiltinTokenName = string; export type ComponentTokenName = BuiltinTokenName | 'component'; export type ComponentName = ComponentTokenName | (string & {});