/** * Load a value from a promise and provide it to the component * * Documentation: https://webgis.esri.com/references/lumina/controllers/load */ export declare const load: (loader: () => Promise) => T;