import { FilterModel } from '../../models/entity/base/filterModel';
import { PollingOptionModel } from '../../models/entity/polling/pollingOptionModel';
import { ApiCmsServerBase } from '../base/apiCmsServerBase.service';
import * as i0 from "@angular/core";
export declare class PollingOptionService extends ApiCmsServerBase<PollingOptionModel, number, FilterModel> {
    getModuleControllerUrl(): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<PollingOptionService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<PollingOptionService>;
}
