import { ButtonProps } from '@mui/material'; declare const ActionAppBar: ({ sx, ...props }: ButtonProps) => import("@emotion/react/jsx-runtime").JSX.Element; export default ActionAppBar;