import React from "react";
import { FilesUIConfig } from "./FilesUIConfig";
export declare const FilesUiContext: React.Context<FilesUIConfig>;
