import type { FeedPostDemoProps } from './Feed.mocks'; export declare const FeedPostDemo: ({ id, fullname, username, icon, content, visibility, postType, recipients, attachments: postAttachments, replies, postTimestamp, userStatus, likes: userLikes, onDelete }: FeedPostDemoProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=FeedPost.mocks.d.ts.map