import { SubmitFeedbackInput } from './types'; export declare const submitFeedback: ({ feedback, contact, }: SubmitFeedbackInput) => Promise;