import { AjaxService } from "./AjaxService";
export declare class ControlService {
    ajaxService: AjaxService;
    constructor(ajaxService: AjaxService);
    getControlSettings: (scope: string, controlId: string, siteCollectionUrl: string, siteUrl: string, pageItemId: number, featureResourceId: string, renderer: (controlSettings: any) => void) => void;
    hideControlSkeletonLoading(containerId: string): void;
}
