export namespace warning { let light: { warning: { __ref: any; }; 'warning-border': { __ref: any; }; 'warning-contrast': { __ref: any; }; }; let dark: { warning: { __ref: any; }; 'warning-border': { __ref: any; }; 'warning-contrast': { __ref: any; }; }; } declare namespace _default { export { warning }; } export default _default; //# sourceMappingURL=warning.d.ts.map