import { ThemeProps } from './types'; declare function getColors(theme: ThemeProps, color: 'primary' | 'secondary' | 'error' | 'warning' | 'info' | 'success'): import('@mui/material').PaletteColor; export { getColors }; //# sourceMappingURL=getColors.d.ts.map