import React from "react";
export declare const WindowingContext: React.Context<{}>;
declare function Windowing({ children, containerHeight, debounceTimer, itemHeight, buffer, allIds, }: any): import("react/jsx-runtime").JSX.Element;
declare namespace Windowing {
    var defaultProps: {
        debounceTimer: number;
        containerHeight: string;
        buffer: number;
    };
}
export { Windowing };
//# sourceMappingURL=Windowing.d.ts.map