declare const Feedback: ({ feedbackType, feedback, }: any) => JSX.Element;
export { Feedback };
