import type React from 'react'; import type { HistoryEntry } from './types.js'; export declare function brandMarkPinkRow(frame: number): 0 | 1; export declare const WORDMARK_LINES: ReadonlyArray; export declare function bannerGradientColor(position: number, length: number): string; export declare function Banner({ entry, termWidth, termHeight, }: { entry: Extract; termWidth?: number; termHeight?: number; }): React.ReactElement | null; //# sourceMappingURL=banner.d.ts.map