declare const Component: {
    styleOverrides: {
        root: ({ theme }: any) => {
            textAlign: string;
            '& .SCUserProfileBlocked-info': {
                marginTop: any;
                marginBottom: any;
            };
        };
    };
};
export default Component;
