import type { LayoutTheme } from './light';
declare const layoutDark: LayoutTheme;
export default layoutDark;
