import { PropsWithChildren } from "react"; export declare type PortalPropsType = PropsWithChildren<{ container?: Element | DocumentFragment; key?: null | string; forceRender?: boolean; visible?: boolean; }>;