import { ComputedRef, InjectionKey } from 'vue'; import { WalineConfig } from '../utils/config.js'; export declare const configKey: InjectionKey>; export * from './default.js'; export * from './highlighter.js'; export * from './i18n/index.js'; export * from './sortKey.js';