declare const usePortal: (selectId?: string, getContainer?: () => HTMLElement | null) => HTMLElement | null;
export default usePortal;
