declare const Component: { styleOverrides: { root: ({ theme }: any) => { '& .SCFooterWidget-content': { paddingBottom: any; }; }; }; }; export default Component;