/// <reference types="react" />
export interface PortalPropsShape {
    node?: HTMLElement;
    children: React.ReactNode;
}
