interface UploadContextType { tipologia: 'file' | 'gallery'; } export declare const UploadContext: import("react").Context; export declare const useUploadContext: () => "file" | "gallery"; export {};