import { ApplicationState } from '../types'; declare const mountContainerNode: (getState: () => ApplicationState, onSubmit: (event: Event) => void, onClose: (event: Event) => void) => Element; export default mountContainerNode; //# sourceMappingURL=mountContainerNode.d.ts.map