export declare const background: { default: string subtle: string } export declare const surface: { default: string raised: string sunken: string } export declare const text: { default: string muted: string subtle: string inverse: string link: string } export declare const border: { default: string subtle: string strong: string } export declare const action: { default: string hover: string subtle: string } export declare const success: { surface: string text: string border: string solid: string } export declare const warning: { surface: string text: string border: string solid: string } export declare const danger: { surface: string text: string border: string solid: string } export declare const info: { surface: string text: string border: string solid: string }