export namespace surfaces { export { shared as light }; export { shared as dark }; } declare namespace _default { export { surfaces }; } export default _default; declare const shared: { 'surface-0': { __ref: any; }; 'surface-50': { __ref: any; }; 'surface-100': { __ref: any; }; 'surface-200': { __ref: any; }; 'surface-300': { __ref: any; }; 'surface-400': { __ref: any; }; 'surface-500': { __ref: any; }; 'surface-600': { __ref: any; }; 'surface-700': { __ref: any; }; 'surface-800': { __ref: any; }; 'surface-900': { __ref: any; }; 'surface-950': { __ref: any; }; }; //# sourceMappingURL=surfaces.d.ts.map