export namespace text { let light: { 'text-default': { __ref: any; }; 'text-muted': { __ref: any; }; 'text-disabled': { __ref: any; }; 'text-link': { __ref: any; }; 'text-link-hover': { __ref: any; }; 'text-contrast': { __ref: any; }; }; let dark: { 'text-default': { __ref: any; }; 'text-muted': { __ref: any; }; 'text-disabled': { __ref: any; }; 'text-link': { __ref: any; }; 'text-link-hover': { __ref: any; }; 'text-contrast': { __ref: any; }; }; } declare namespace _default { export { text }; } export default _default; //# sourceMappingURL=text.d.ts.map