import { ApplicationState } from '../types'; declare const mountPortalAreaNode: (getState: () => ApplicationState) => Element; export default mountPortalAreaNode; //# sourceMappingURL=mountPortalAreaNode.d.ts.map