import React from 'react'; import { type HeaderDesktopActionsProps } from '../../types'; declare const HeaderDesktopActions: { (props: HeaderDesktopActionsProps): React.JSX.Element; spiritComponent: string; }; export default HeaderDesktopActions;