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