import { IAppBarActionProps } from './types'; declare function ExpandableAppBarAction({ items, children, ...rest }: IAppBarActionProps): import("react/jsx-runtime").JSX.Element; export default ExpandableAppBarAction;