import type { Theme } from '@mui/material/styles'; export declare function buttonOverride(theme: Theme): { MuiButton: { styleOverrides: { root: { '&:hover': { boxShadow: string; }; }; sizeLarge: { height: number; }; containedInherit: { color: string; boxShadow: string; '&:hover': { backgroundColor: string; }; }; outlinedInherit: { border: string; '&:hover': { backgroundColor: string; }; }; textInherit: { '&:hover': { backgroundColor: string; }; }; }; }; };