import { SxProps } from "@mui/material"; import * as colors from "@mui/material/colors"; export type { SxProps }; export { colors }; export * from "@mui/material"; export * from "@mui/material/styles"; export type AlertColor = "success" | "info" | "warning" | "error" | "neutral" | "ai"; //# sourceMappingURL=CoreComponents.d.ts.map