declare const CLASS_PREFIX = "md-overlay-alert";
declare const DEFAULTS: {
    /**
     * Default <Overlay /> color prop.
     */
    OVERLAY_COLOR: import("../Overlay").OverlayColor;
    /**
     * Default props for FocusScope, which will be passed to Overlay
     */
    FOCUS_LOCK_PROPS: {
        restoreFocus: boolean;
    };
};
declare const STYLE: {
    details: string;
    title: string;
    wrapper: string;
    modalContainer: string;
};
export { CLASS_PREFIX, DEFAULTS, STYLE };
