import type { SxProps, Theme } from '@mui/material';
export declare const AvatarBadgedDefault: React.FC<{
    sx?: SxProps<Theme>;
}>;
export declare const AvatarBadgedSkeleton: React.FC<{
    sx?: SxProps<Theme>;
}>;
export declare const AvatarSkeleton: () => import("react/jsx-runtime").JSX.Element;
