/****************************************************************** MIT License http://www.opensource.org/licenses/mit-license.php Author Mora (https://github.com/qiu8310) *******************************************************************/ import { CustomOptions } from './custom'; import { LanguageConfig } from './dev'; export declare function hoverComponentMarkdown(tag: string, lc: LanguageConfig, co?: CustomOptions): Promise; export declare function hoverComponentAttrMarkdown(tag: string, name: string, lc: LanguageConfig, co?: CustomOptions): Promise;