import { ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class SlideComponent {
    el: ElementRef;
    constructor(el: ElementRef);
    slide: string;
    static ɵfac: i0.ɵɵFactoryDeclaration<SlideComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<SlideComponent, "sdk-slide", never, {}, {}, never, ["*"], false>;
}
