export declare const FALLBACK_LANG = "txt"; export declare const useHighlight: (text: string, lang: string, isDarkMode: boolean) => import("swr/dist/_internal").SWRResponse; export { default as languageMap } from './languageMap';