import React from 'react'; import './index.less'; interface HightLevelProps { keyword: string; name: string; } declare function HighLevel({ keyword, name }: HightLevelProps): JSX.Element; declare const _default: React.MemoExoticComponent; export default _default;