import * as React from 'react';
type WithScrollContainerProps = {
    children: (scrollContainer: HTMLElement) => React.ReactElement | null;
};
export declare const WithScrollContainer: React.FC<WithScrollContainerProps>;
export {};
//# sourceMappingURL=WithScrollContainer.d.ts.map