/**
 * A color scheme inspired by {@link https://datavizproject.com/}
 */
import { ITheme } from "./ITheme";
declare const theme: ITheme;
export default theme;
