declare type PortalProps = {
    container?: HTMLElement | null;
    children: any;
};
export declare const Portal: ({ container, children }: PortalProps) => any;
export {};
