export declare const WINDOW: import("@sentry/utils").InternalGlobal & Window;
export declare const DEFAULT_THEME: {
    light: {
        fontFamily: string;
        fontSize: string;
        background: string;
        backgroundHover: string;
        foreground: string;
        border: string;
        borderRadius: string;
        boxShadow: string;
        success: string;
        error: string;
        submitBackground: string;
        submitBackgroundHover: string;
        submitBorder: string;
        submitOutlineFocus: string;
        submitForeground: string;
        submitForegroundHover: string;
        cancelBackground: string;
        cancelBackgroundHover: string;
        cancelBorder: string;
        cancelOutlineFocus: string;
        cancelForeground: string;
        cancelForegroundHover: string;
        inputBackground: string;
        inputForeground: string;
        inputBorder: string;
        inputOutlineFocus: string;
        formBorderRadius: string;
        formContentBorderRadius: string;
    };
    dark: {
        background: string;
        backgroundHover: string;
        foreground: string;
        border: string;
        success: string;
        error: string;
        fontFamily: string;
        fontSize: string;
        borderRadius: string;
        boxShadow: string;
        submitBackground: string;
        submitBackgroundHover: string;
        submitBorder: string;
        submitOutlineFocus: string;
        submitForeground: string;
        submitForegroundHover: string;
        cancelBackground: string;
        cancelBackgroundHover: string;
        cancelBorder: string;
        cancelOutlineFocus: string;
        cancelForeground: string;
        cancelForegroundHover: string;
        inputBackground: string;
        inputForeground: string;
        inputBorder: string;
        inputOutlineFocus: string;
        formBorderRadius: string;
        formContentBorderRadius: string;
    };
};
export declare const ACTOR_LABEL = "Report a Bug";
export declare const CANCEL_BUTTON_LABEL = "Cancel";
export declare const SUBMIT_BUTTON_LABEL = "Send Bug Report";
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 IS_REQUIRED_LABEL = "(required)";
export declare const SUCCESS_MESSAGE_TEXT = "Thank you for your report!";
export declare const FEEDBACK_WIDGET_SOURCE = "widget";
export declare const FEEDBACK_API_SOURCE = "api";
//# sourceMappingURL=constants.d.ts.map