declare const Component: {
    styleOverrides: {
        root: ({ theme }: any) => {
            img: {
                borderRadius: string;
            };
        };
    };
};
export default Component;
