/** * Horizontal cluster for nav bar right-side content (Ask AI CFO, search, actions). * Shared across spend-management, people, rewards, notifications, dashboard, etc. * Keep 16px between controls (`Space.sp3`); do not add extra padding on `ListPageSearchSection` * (`downloadPresent`) when download/actions are siblings here — that stacks spacing. */ export declare const NavBarRightRowStyled: import('@emotion/styled').StyledComponent<{ theme?: import('@emotion/react').Theme; as?: React.ElementType; }, import('react').DetailedHTMLProps, HTMLDivElement>, {}>;