declare const Component: {
    styleOverrides: {
        root: ({ theme }: any) => {
            '& .SCUserAvatar-badge-content': {
                width: number;
                height: number;
                backgroundColor: any;
                border: string;
            };
            '& .SCUserAvatar-badge-content-xs': {
                width: string;
                height: string;
            };
            '.MuiBadge-badge': {
                right: any;
                top: any;
            };
        };
    };
};
export default Component;
