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