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