import type { FeedReplyProps } from '@pega/cosmos-react-social'; interface FeedReplyDemoProps { fullname: FeedReplyProps['fullname']; username: FeedReplyProps['username']; content: FeedReplyProps['content']; attachments?: FeedReplyProps['attachments']; postTimestamp?: FeedReplyProps['postTimestamp']; userStatus?: FeedReplyProps['userStatus']; } export declare const FeedReplyDemo: ({ fullname, username, content, attachments, postTimestamp, userStatus }: FeedReplyDemoProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=FeedReply.mocks.d.ts.map