import { Theme } from '@mui/material'; type ThemeProps = Theme & { customShadows: { primary: string; secondary: string; error: string; warning: string; info: string; success: string; primaryButton: string; secondaryButton: string; errorButton: string; warningButton: string; infoButton: string; successButton: string; }; }; export type { ThemeProps }; //# sourceMappingURL=types.d.ts.map