import React from 'react'; import type { UploadyContextType, UploadyUploaderType } from './types'; declare const UploadyContext: React.Context; export declare const createContextApi: (uploader: UploadyUploaderType) => UploadyContextType; export default UploadyContext; //# sourceMappingURL=UploadyContext.d.ts.map