/**
 * Hook that returns true if the Timeline is in horizontal orientation on desktop breakpoints
 * Used to determine statusSlot positioning:
 * - Horizontal + Desktop: statusSlot at bottom of content
 * - Other cases: statusSlot next to title
 */
export declare const useIsHorizontalDesktop: () => boolean;
