import { IAppBarActionsProps } from "../types"; export declare function AppBarClientActions({ context, menuAnchorClassName, menuAnchorIconProps, renderAction, renderExpandableAction, hydrationFallback, testID, actionClassName, actionMenuItemClassName, actions: items, viewportWidth, maxVisibleActions, ...props }: IAppBarActionsProps): import("react/jsx-runtime").JSX.Element;