import React from 'react'; declare const EditorContext: React.Context<{ onFileDownload?: ((data: File) => void) | undefined; }>; export default EditorContext;