import { AfterViewInit, OnChanges, TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class SVComponent implements AfterViewInit, OnChanges {
    private readonly el;
    private readonly parentComp;
    private readonly rep;
    private readonly ren;
    private readonly conEl;
    private clsMap;
    _noColon: boolean;
    optional?: string | TemplateRef<void> | null;
    optionalHelp?: string | TemplateRef<void> | null;
    optionalHelpColor?: string;
    label?: string | TemplateRef<void> | null;
    unit?: string | TemplateRef<void> | null;
    col?: number | null;
    default?: boolean | null;
    type?: 'primary' | 'success' | 'danger' | 'warning';
    noColon?: boolean | null;
    hideLabel: boolean;
    get paddingValue(): number | null;
    get labelWidth(): number | null | undefined;
    constructor();
    private setClass;
    ngAfterViewInit(): void;
    ngOnChanges(): void;
    checkContent(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<SVComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<SVComponent, "sv, [sv]", ["sv"], { "optional": { "alias": "optional"; "required": false; }; "optionalHelp": { "alias": "optionalHelp"; "required": false; }; "optionalHelpColor": { "alias": "optionalHelpColor"; "required": false; }; "label": { "alias": "label"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; "col": { "alias": "col"; "required": false; }; "default": { "alias": "default"; "required": false; }; "type": { "alias": "type"; "required": false; }; "noColon": { "alias": "noColon"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; }, {}, never, ["*"], true, never>;
    static ngAcceptInputType_col: unknown;
    static ngAcceptInputType_default: unknown;
    static ngAcceptInputType_noColon: unknown;
    static ngAcceptInputType_hideLabel: unknown;
}
