import React from "react"; export declare const usePortal: () => { createPortal: (children: React.ReactNode) => React.ReactPortal | null; };