import type { MessagePart } from '../../types/api'; /** * Compact affordance for parts whose content the paged message route capped. * The full payload stays on the server until the user asks for it. */ export declare const TruncatedPartNotice: import("react").NamedExoticComponent<{ part: MessagePart; sessionId?: string; }>; //# sourceMappingURL=TruncatedPartNotice.d.ts.map