declare type GlobalTokensType = { keyboardNavigationFocus: {}; text: {}; textSM: {}; textXS: {}; textMono: {}; textButton: {}; headingXL: {}; headingLG: {}; headingMD: {}; heading: {}; title: {}; titleSM: {}; }; export declare const keyboardNavigationFocus: string; export declare const text: string; export declare const textSM: string; export declare const textXS: string; export declare const textMono: string; export declare const textLink: string; export declare const textButton: string; export declare const headingXL: string; export declare const headingLG: string; export declare const headingMD: string; export declare const heading: string; export declare const title: string; export declare const titleSM: string; export declare const globalTokens: GlobalTokensType; export interface globalTokens { keyboardNavigationFocus: string; text: string; textSM: string; textXS: string; textMono: string; textLink: string; textButton: string; headingXL: string; headingLG: string; headingMD: string; heading: string; title: string; titleSM: string; globalTokens: GlobalTokensType; } export {};