import { MicrosoftAnalysisServicesDataSource } from './MicrosoftAnalysisServicesDataSource'; export declare class MicrosoftAzureAnalysisServicesDataSource extends MicrosoftAnalysisServicesDataSource { constructor(); constructor(title: string); constructor(title: string, subtitle: string); get serverUrl(): string; set serverUrl(value: string); }