import { Phase } from '../../model/types.js'; interface LiveStatusOverlayProps { phase: Phase; detailMode: boolean; benchmarkMode: boolean; baseUrl?: string; /** * When false, the pill slides out of the bottom edge and unmounts. Parent * sets this to false as soon as the ResultPanel is about to take over the * bottom of the scanner, so the two never stack. */ visible: boolean; } export declare function LiveStatusOverlay({ phase, detailMode, benchmarkMode, baseUrl, visible, }: LiveStatusOverlayProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=LiveStatusOverlay.d.ts.map