import type { LogTheme } from './light';
declare const logDark: LogTheme;
export default logDark;
