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