export declare const themes: { rouge: string; bleu: string; bleuClair: string; vert: string; vertLeger: string; orange: string; turquoise: string; indigo: string; mauve: string; gris: string; }; export type SpwTheme = keyof typeof themes;