import { InfoboxDefinition } from './types/Infobox';
/**
 * 内置匹配表，开发者也可以自己扩展该表
 */
export declare const INFOBOX_DEFINITION: InfoboxDefinition[];
