import { ComponentType } from 'react'; export interface FeedbackCollectorProps { name?: string; email?: string; } export interface InjectedInputControlProps { inputControls: JSX.Element | undefined; } export declare function withFeedbackButton
(WrappedComponent: ComponentType
): (props: Pick