declare const comboBox: { input: { bg: string; '&.is-disabled, &.is-read-only': { bg: string; }; }; }; export default comboBox;