import type { InfoEntry } from '../types.js'; /** An info/warning/status line entry — dim, no speaker token. */ export declare function InfoMessage({ entry }: { entry: InfoEntry; }): import("react").JSX.Element;