import { FilterModel } from '../../models/entity/base/filterModel';
import { WebDesignerMainIntroModel } from '../../models/entity/web-designer/webDesignerMainIntroModel';
import { ApiCmsServerBase } from '../base/apiCmsServerBase.service';
import * as i0 from "@angular/core";
export declare class WebDesignerMainIntroService extends ApiCmsServerBase<WebDesignerMainIntroModel, string, FilterModel> {
    getModuleControllerUrl(): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<WebDesignerMainIntroService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<WebDesignerMainIntroService>;
}
