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