import { FeedbackProps } from './types'; export declare function InlineFeedbackWrapper({ userId, token, questId: campaignId, heading, description, type, uniqueUserId, uniqueEmailId, Headers, count, footerText, footerLink, styleConfig, onChange, onRequestClose, initialState, variation, entityAuthenticationToken, }: FeedbackProps): import("react/jsx-runtime").JSX.Element | null; export default InlineFeedbackWrapper;