import { default as React } from 'react'; type Props = { title: string; messageId: string; actions: { [key: string]: string; }[]; }; declare const FeedbackList: React.FC; export default FeedbackList;