import { TranslocoService } from '@jsverse/transloco'; import { SpiderlyFormControl } from '../components/spiderly-form-control/spiderly-form-control'; import * as i0 from "@angular/core"; export declare class BaseControl { protected translocoService: TranslocoService; control: SpiderlyFormControl; disabled: boolean; showLabel: boolean; showRequired: boolean; label: string; controlValid: boolean; placeholder: string; showTooltip: boolean; tooltipText: string; tooltipIcon: string; constructor(translocoService: TranslocoService); ngOnInit(): void; ngAfterViewInit(): void; getTranslatedLabel(): string; getValidationErrrorMessages(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }