export interface IControlHeightProvider {
    getVisibleAreaHeight(includeScrollBars: boolean): number;
}
