export type { ColorSchemeType } from './types';
export declare const DEFAULT_COLOR_SCHEME = "light";
export declare const ColorScheme: {
    readonly DARK: "dark";
    readonly LIGHT: "light";
};
//# sourceMappingURL=index.d.ts.map