import { AfterContentInit } from '@angular/core';
import { ScrollDragDirective, ShadowDir } from "../scroll-drag.directive";
import * as i0 from "@angular/core";
export declare class ScrollShadowComponent implements AfterContentInit {
    scrollDragDirective?: ScrollDragDirective;
    shadow: ShadowDir | undefined;
    constructor();
    ngAfterContentInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<ScrollShadowComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ScrollShadowComponent, "ngx-scroll-shadow", never, {}, {}, ["scrollDragDirective"], ["*"], false, never>;
}
