declare const OVERLAY_ID = "overlay.bottom-half"; declare const openHalfBottom: (screenProps?: Record) => Promise; declare const closeHalfBottom: (id?: string) => Promise; export { OVERLAY_ID, openHalfBottom, closeHalfBottom };