import { feedbackIntegration as FeedbackIntegration } from '@sentry/vue'; import { SubmitUserFeedbackPayload } from '../../sdk/payload.types'; type __VLS_Props = { feedbackIntegration: typeof FeedbackIntegration; track: (eventName: string, payload: any) => void; }; declare function hidePopup(): void; declare function __VLS_template(): { attrs: Partial<{}>; slots: { default?(_: {}): any; }; refs: {}; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, { hidePopup: typeof hidePopup; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { submit: (d: SubmitUserFeedbackPayload) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onSubmit?: ((d: SubmitUserFeedbackPayload) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };