import * as React from "react"; import { Component } from 'react'; type HeightMode = 'flex' | 'watched'; export declare const HeightModeContext: React.Context; export declare class ShadowedScroll extends Component<{ inner?: React.HTMLProps; outer?: React.HTMLProps; }> { static contextType: React.Context; context: React.ContextType; static readonly stylesheet: import("../../StyleSheet").StyleSheet; render(): JSX.Element; } export {};