export type PopableManager = { hide: () => void; show: () => void; };