export declare const getThemeColor: (key: string, theme: 'dark' | 'light') => any; declare const tokensMap: any; export default tokensMap;