declare namespace _default { namespace light { export const fontFamily: any; export const fontHeading: any; export const fontMono: any; export const baseFontSize: number; export const background: string; export const textColor: string; export const codeColor: string; export const linkColor: string; export const lightColor: string; export const pageHeadingBackground: string; export const pageHeadingTextColor: string; export const navBarBackground: string; export const navBarTextColor: string; export const brandColor: string; export const sidebarColor: string; export const sidebarColorText: string; export const sidebarColorTextActive: string; export const sidebarColorLine: string; export const sidebarColorHeading: string; export const bgLight: string; export const bgDark: string; export namespace codeStyles { export namespace tag { const color: string; } export namespace punctuation { const color_1: string; export { color_1 as color }; } export namespace script { const color_2: string; export { color_2 as color }; } export namespace _function { const color_3: string; export { color_3 as color }; } export { _function as function }; export namespace keyword { const color_4: string; export { color_4 as color }; } export namespace string { const color_5: string; export { color_5 as color }; } } export { LIGHT_CHECKBOARD as checkerboardPatternLight }; export { DARK_CHECKBOARD as checkerboardPatternDark }; } namespace dark { const background_1: string; export { background_1 as background }; const textColor_1: string; export { textColor_1 as textColor }; const codeColor_1: string; export { codeColor_1 as codeColor }; const linkColor_1: string; export { linkColor_1 as linkColor }; const lightColor_1: string; export { lightColor_1 as lightColor }; const pageHeadingBackground_1: string; export { pageHeadingBackground_1 as pageHeadingBackground }; const pageHeadingTextColor_1: string; export { pageHeadingTextColor_1 as pageHeadingTextColor }; const navBarBackground_1: string; export { navBarBackground_1 as navBarBackground }; const navBarTextColor_1: string; export { navBarTextColor_1 as navBarTextColor }; const brandColor_1: string; export { brandColor_1 as brandColor }; const sidebarColor_1: string; export { sidebarColor_1 as sidebarColor }; const sidebarColorText_1: string; export { sidebarColorText_1 as sidebarColorText }; const sidebarColorTextActive_1: string; export { sidebarColorTextActive_1 as sidebarColorTextActive }; const sidebarColorLine_1: string; export { sidebarColorLine_1 as sidebarColorLine }; const sidebarColorHeading_1: string; export { sidebarColorHeading_1 as sidebarColorHeading }; const bgLight_1: string; export { bgLight_1 as bgLight }; const bgDark_1: string; export { bgDark_1 as bgDark }; export namespace codeStyles_1 { export namespace tag_1 { const color_6: string; export { color_6 as color }; } export { tag_1 as tag }; export namespace punctuation_1 { const color_7: string; export { color_7 as color }; } export { punctuation_1 as punctuation }; export namespace script_1 { const color_8: string; export { color_8 as color }; } export { script_1 as script }; export namespace _function_1 { const color_9: string; export { color_9 as color }; } export { _function_1 as function }; export namespace keyword_1 { const color_10: string; export { color_10 as color }; } export { keyword_1 as keyword }; export namespace string_1 { const color_11: string; export { color_11 as color }; } export { string_1 as string }; } export { codeStyles_1 as codeStyles }; export { LIGHT_CHECKBOARD as checkerboardPatternDark }; export { DARK_CHECKBOARD as checkerboardPatternLight }; } } export default _default; declare const LIGHT_CHECKBOARD: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAAAAACoWZBhAAAAF0lEQVQI12P4BAI/QICBFCaYBPNJYQIAkUZftTbC4sIAAAAASUVORK5CYII="; declare const DARK_CHECKBOARD: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAAAAACoWZBhAAAAFklEQVQI12NQBQF2EGAghQkmwXxSmADZJQiZ2ZZ46gAAAABJRU5ErkJggg==";