/**
 * An integration to add user feedback to your application,
 * while loading most of the code lazily only when it's needed.
 */
export declare const feedbackAsyncIntegration: import("@sentry/core").IntegrationFn<import("@sentry/core").Integration & {
    attachTo(el: string | Element, optionOverrides?: import("@sentry-internal/feedback/build/npm/types/core/types").OverrideFeedbackConfiguration | undefined): () => void;
    createForm(optionOverrides?: import("@sentry-internal/feedback/build/npm/types/core/types").OverrideFeedbackConfiguration | undefined): Promise<{
        el: unknown;
        appendToDom: () => void;
        removeFromDom: () => void;
        open: () => void;
        close: () => void;
    }>;
    createWidget(optionOverrides?: import("@sentry-internal/feedback/build/npm/types/core/types").OverrideFeedbackConfiguration | undefined): import("@sentry-internal/feedback/build/npm/types/core/components/Actor").ActorComponent;
    remove(): void;
}>;
//# sourceMappingURL=feedbackAsync.d.ts.map