/** * @param {import('create-emotion').ObjectInterpolation['background']} color */ export function background(color: import('create-emotion').ObjectInterpolation['background']): string; export namespace background { const black: string; const white: string; const admin: string; const blue: string; const darkGray: string; const green: string; const lightGray: string; const orange: string; const purple: string; const red: string; const yellow: string; const control: string; const surface: string; const secondary: string; } //# sourceMappingURL=backgrounds.d.ts.map