import { ReactNode, ReactPortal } from 'react';
export declare function usePortal(children?: ReactNode): HTMLElement | ReactPortal;
