interface FeedbackOptions { enabled: boolean; heading?: string; privacyDescription?: string; privacyURL?: string; type?: string; } export { FeedbackOptions };