/// <reference types="react" />
/**
 * Controlled component that handles UI for the AssetManager.
 */
declare const Assets: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<object & import("react").RefAttributes<{}>>>;
export default Assets;
