import { ElementRef, OnInit, Renderer2 } from '@angular/core';
import { LyTheme2 } from '@alyle/ui';
import * as i0 from "@angular/core";
export declare class LyDialogContent implements OnInit {
    private _renderer;
    private _el;
    private _theme;
    constructor(_renderer: Renderer2, _el: ElementRef<HTMLElement>, _theme: LyTheme2);
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<LyDialogContent, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<LyDialogContent, "ly-dialog-content, [ly-dialog-content], [lyDialogContent]", ["lyDialogContent"], {}, {}, never, never, false, never>;
}
