import { GLOBAL_OBJ } from '@sentry/core';
export declare const WINDOW: typeof GLOBAL_OBJ & Window;
export declare const DOCUMENT: Document;
export declare const NAVIGATOR: {
    userAgent?: string;
    maxTouchPoints?: number;
} & Navigator;
export declare const TRIGGER_LABEL = "Report a Bug";
export declare const CANCEL_BUTTON_LABEL = "Cancel";
export declare const SUBMIT_BUTTON_LABEL = "Send Bug Report";
export declare const CONFIRM_BUTTON_LABEL = "Confirm";
export declare const FORM_TITLE = "Report a Bug";
export declare const EMAIL_PLACEHOLDER = "your.email@example.org";
export declare const EMAIL_LABEL = "Email";
export declare const MESSAGE_PLACEHOLDER = "What's the bug? What did you expect?";
export declare const MESSAGE_LABEL = "Description";
export declare const NAME_PLACEHOLDER = "Your Name";
export declare const NAME_LABEL = "Name";
export declare const SUCCESS_MESSAGE_TEXT = "Thank you for your report!";
export declare const IS_REQUIRED_LABEL = "(required)";
export declare const ADD_SCREENSHOT_LABEL = "Add a screenshot";
export declare const REMOVE_SCREENSHOT_LABEL = "Remove screenshot";
export declare const HIGHLIGHT_TOOL_TEXT = "Highlight";
export declare const HIDE_TOOL_TEXT = "Hide";
export declare const REMOVE_HIGHLIGHT_TEXT = "Remove";
export declare const ERROR_EMPTY_MESSAGE_TEXT = "Unable to submit feedback with empty message";
export declare const ERROR_NO_CLIENT_TEXT = "No client setup, cannot send feedback.";
export declare const ERROR_TIMEOUT_TEXT = "Unable to determine if Feedback was correctly sent.";
export declare const ERROR_FORBIDDEN_TEXT = "Unable to send feedback. This could be because this domain is not in your list of allowed domains.";
export declare const ERROR_GENERIC_TEXT = "Unable to send feedback. This could be because of network issues, or because you are using an ad-blocker.";
export declare const FEEDBACK_WIDGET_SOURCE = "widget";
export declare const FEEDBACK_API_SOURCE = "api";
export declare const SUCCESS_MESSAGE_TIMEOUT = 5000;
//# sourceMappingURL=index.d.ts.map