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