/* tslint:disable max-line-length */ /** * ![blueGrey 50](https://material-ui.com/static/colors-preview/blueGrey-50-24x24.svg) ![blueGrey 100](https://material-ui.com/static/colors-preview/blueGrey-100-24x24.svg) ![blueGrey 200](https://material-ui.com/static/colors-preview/blueGrey-200-24x24.svg) ![blueGrey 300](https://material-ui.com/static/colors-preview/blueGrey-300-24x24.svg) ![blueGrey 400](https://material-ui.com/static/colors-preview/blueGrey-400-24x24.svg) ![blueGrey 500](https://material-ui.com/static/colors-preview/blueGrey-500-24x24.svg) ![blueGrey 600](https://material-ui.com/static/colors-preview/blueGrey-600-24x24.svg) ![blueGrey 700](https://material-ui.com/static/colors-preview/blueGrey-700-24x24.svg) ![blueGrey 800](https://material-ui.com/static/colors-preview/blueGrey-800-24x24.svg) ![blueGrey 900](https://material-ui.com/static/colors-preview/blueGrey-900-24x24.svg) ![blueGrey A100](https://material-ui.com/static/colors-preview/blueGrey-A100-24x24.svg) ![blueGrey A200](https://material-ui.com/static/colors-preview/blueGrey-A200-24x24.svg) ![blueGrey A400](https://material-ui.com/static/colors-preview/blueGrey-A400-24x24.svg) ![blueGrey A700](https://material-ui.com/static/colors-preview/blueGrey-A700-24x24.svg) */ declare const blueGrey: { /** * Preview: ![blueGrey 50](https://material-ui.com/static/colors-preview/blueGrey-50-24x24.svg) */ 50: '#eceff1'; /** * Preview: ![blueGrey 100](https://material-ui.com/static/colors-preview/blueGrey-100-24x24.svg) */ 100: '#cfd8dc'; /** * Preview: ![blueGrey 200](https://material-ui.com/static/colors-preview/blueGrey-200-24x24.svg) */ 200: '#b0bec5'; /** * Preview: ![blueGrey 300](https://material-ui.com/static/colors-preview/blueGrey-300-24x24.svg) */ 300: '#90a4ae'; /** * Preview: ![blueGrey 400](https://material-ui.com/static/colors-preview/blueGrey-400-24x24.svg) */ 400: '#78909c'; /** * Preview: ![blueGrey 500](https://material-ui.com/static/colors-preview/blueGrey-500-24x24.svg) */ 500: '#607d8b'; /** * Preview: ![blueGrey 600](https://material-ui.com/static/colors-preview/blueGrey-600-24x24.svg) */ 600: '#546e7a'; /** * Preview: ![blueGrey 700](https://material-ui.com/static/colors-preview/blueGrey-700-24x24.svg) */ 700: '#455a64'; /** * Preview: ![blueGrey 800](https://material-ui.com/static/colors-preview/blueGrey-800-24x24.svg) */ 800: '#37474f'; /** * Preview: ![blueGrey 900](https://material-ui.com/static/colors-preview/blueGrey-900-24x24.svg) */ 900: '#263238'; /** * Preview: ![blueGrey A100](https://material-ui.com/static/colors-preview/blueGrey-A100-24x24.svg) */ A100: '#cfd8dc'; /** * Preview: ![blueGrey A200](https://material-ui.com/static/colors-preview/blueGrey-A200-24x24.svg) */ A200: '#b0bec5'; /** * Preview: ![blueGrey A400](https://material-ui.com/static/colors-preview/blueGrey-A400-24x24.svg) */ A400: '#78909c'; /** * Preview: ![blueGrey A700](https://material-ui.com/static/colors-preview/blueGrey-A700-24x24.svg) */ A700: '#455a64'; }; export default blueGrey;