import { Modal as _Modal } from "bootstrap";
export declare class Modal extends _Modal {
    static get DATA_KEY(): string;
    static get DATA_API_KEY(): string;
    static get EVENT_KEY(): string;
    static ESCAPE_KEY: string;
    static EVENT_HIDE: string;
    static EVENT_HIDE_PREVENTED: string;
    static EVENT_HIDDEN: string;
    static EVENT_SHOW: string;
    static EVENT_SHOWN: string;
    static EVENT_FOCUSIN: string;
    static EVENT_RESIZE: string;
    static EVENT_CLICK_DISMISS: string;
    static EVENT_KEYDOWN_DISMISS: string;
    static EVENT_MOUSEUP_DISMISS: string;
    static EVENT_MOUSEDOWN_DISMISS: string;
    static EVENT_CLICK_DATA_API: string;
    static CLASS_NAME_SCROLLBAR_MEASURER: string;
    static CLASS_NAME_BACKDROP: string;
    static CLASS_NAME_OPEN: string;
    static CLASS_NAME_FADE: string;
    static CLASS_NAME_SHOW: string;
    static CLASS_NAME_STATIC: string;
    static SELECTOR_DIALOG: string;
    static SELECTOR_MODAL_BODY: string;
    static SELECTOR_DATA_TOGGLE: string;
    static SELECTOR_DATA_DISMISS: string;
    static SELECTOR_FIXED_CONTENT: string;
    static SELECTOR_STICKY_CONTENT: string;
}
