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