//! Panel widgets — chrome around the chat surface.
//!
//! - [`Footer`] — one-line status bar (model · tokens · cost · spinner).
//! - [`Sticky`] — top- or bottom-anchored band that paints a bg fill.
//! - [`Overlay`] — centered modal with border + optional title.
pub use Footer;
pub use Overlay;
pub use ;