import { WebComponentProps } from 'oak-frontend-base'; import { EntityDict } from "../../../oak-app-domain"; export default function Render(props: WebComponentProps void; gotoArticleDetail: (oakId: string) => void; searchArticle: (searchValue: string) => void; getArticleMenuIdByArticle: (articleId: string, type: string) => void; gotoSearchArticleAndArticleMenu: (articleMenuId: string, articleId: string) => void; }>): JSX.Element | null;