/// ## General
///
/// Core interface components shared across all platforms,
/// such as headers, bumpers, and content containers.
///
/// ## Mobile
///
/// Components tailored for mobile platforms,
/// for example the [`MobileNavigator`].
///
/// ## Desktop
///
/// Components designed specifically for desktop platforms,
/// such as the [`DesktopNavigator`].
///
/// ## Web
///
/// Components optimized for web environments,
/// for instance the [`WebNavigator`].
///
/// ## System Integration
///
/// OS-level integration components that handle
/// system input and replacement behaviors.
///