import React from 'react'; /** * PostPanel component * * Displays a list of posts the current user has interacted with */ declare const PostPanel: React.FC; export default PostPanel; //# sourceMappingURL=PostPanel.d.ts.map