export default PCCommentEdit; declare function PCCommentEdit({ feedItem: { context: { pc_comment: { body, attachment, data: pointData, data: { holeDepth, timestamp }, }, }, }, onClose, onSave, userCompanyId, }: { feedItem: { context: { pc_comment: { body: any; attachment: any; data: { holeDepth: any; timestamp: any; }; }; }; }; onClose: any; onSave: any; userCompanyId: any; }): JSX.Element; //# sourceMappingURL=PCCommentEdit.d.ts.map