import React from 'react'; interface FeedbackProps { readonly waiting?: boolean; } export declare const Feedback: React.FC; export {};