declare const Component: { styleOverrides: { root: () => { display: string; margin: string; transform: string; }; }; }; export default Component;