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