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