import { FeedbackProps } from './types'; export default function InlineFeedback({ userId, token, questId: campaignId, heading, description, type, Headers, count, footerText, footerLink, styleConfig, onChange, onRequestClose, initialState, variation, }: FeedbackProps): any;