


/* jsonAPIPlainObject */

/**
 * [Documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/overlay-scroll).
 * Scroll strategies determines how the scrolling will be handled in the provided overlay.
 */

    export declare class IgcScrollStrategy
    {

            

    /**
     * Attaches the strategy
     */
    public attach(): void;

            

    /**
     * Detaches the strategy
     */
    public detach(): void;

    }


        