/** * Transform given `tokens` string to a list of tokens. The list of * tokens is ordered such that default variant styles always applied * first. */ export declare function getOrderedTokens(tokens: string[]): string[];