export declare const ModalPortal: ({ children }: { children: any; }) => React.ReactPortal | null;