import { ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class LyWithClass {
    private el;
    set withClass(val: string);
    constructor(el: ElementRef);
    static ɵfac: i0.ɵɵFactoryDeclaration<LyWithClass, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<LyWithClass, "[withClass]", never, { "withClass": { "alias": "withClass"; "required": false; }; }, {}, never, never, false, never>;
}
