import type { UmbElementConfigurationModel } from './types.js'; import { UmbControllerBase } from '../../../libs/class-api/index.js'; import type { UmbDataSourceResponse } from '../../core/repository/index.js'; export declare class UmbElementConfigurationServerDataSource extends UmbControllerBase { /** * Gets the element configuration from the server. * @returns {Promise>} - The element configuration. * @memberof UmbElementConfigurationServerDataSource */ getConfiguration(): Promise>; }