export declare const theme: { plain: { color: string; }; styles: ({ types: string[]; style: { color: string; opacity?: undefined; }; } | { types: string[]; style: { opacity: number; color?: undefined; }; })[]; };