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> & FeedbackCollectorProps, "name" | "email" | Exclude, "features">>) => JSX.Element;