/// import { Mixins, Palette, Shadows, Theme, Transitions, ZIndex } from '@mui/material'; import { Typography } from '@mui/material/styles/createTypography'; interface IStyledProps { theme: { mixins: Mixins; palette: Palette; shadows: Shadows; transitions: Transitions; typography: Typography; zIndex: ZIndex; unstable_strictMode?: boolean; }; ownerState: { variant: 'circular' | 'rounded' | 'square'; }; } export declare const StyledAvatar: import("@emotion/styled").StyledComponent<{ alt?: string | undefined; children?: import("react").ReactNode; classes?: Partial | undefined; imgProps?: (import("react").ImgHTMLAttributes & { sx?: import("@mui/material").SxProps | undefined; }) | undefined; sizes?: string | undefined; src?: string | undefined; srcSet?: string | undefined; sx?: import("@mui/material").SxProps | undefined; variant?: "square" | "circular" | "rounded" | undefined; } & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLDivElement>, "key" | keyof import("react").HTMLAttributes> & { ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined; }, "children" | keyof import("@mui/material/OverridableComponent").CommonProps | "sx" | "variant" | "sizes" | "alt" | "src" | "srcSet" | "imgProps"> & import("@mui/system").MUIStyledCommonProps & IStyledProps, {}, {}>; export {};