/// interface Props { onOpenViewPost: any; } declare function Knowledgebase({ onOpenViewPost }: Props): JSX.Element; export default Knowledgebase;