export interface ScrollbarGeometry { readonly track: readonly boolean[]; } export declare function scrollbarGeometry(trackRows: number, totalRows: number, offsetFromBottom: number): readonly boolean[]; export declare function scrollbarCell(thumb: boolean): string;