export default TwakeKnowledgePanel;
declare function TwakeKnowledgePanel({ onClose }: {
    onClose: any;
}): JSX.Element | null;
