declare const Component: { styleOverrides: { root: ({ theme }: any) => { '& .MuiAlert-message': { display: string; alignItems: string; }; }; }; }; export default Component;