import { ThemeOptions } from '@mui/material/styles';
import type Shadows from '@mui/material/styles/shadows';
export declare const colors: {
    primary: string;
    vivid: string;
    vivid2: string;
    accent: string;
    text: string;
    badge1: string;
    success: string;
    error: string;
};
export declare const shadows: typeof Shadows;
export declare const commonOptions: ThemeOptions;
