declare const Component: {
    styleOverrides: {
        root: {
            borderRadius: number;
        };
    };
};
export default Component;
