export type EditorTheme = { baseFontSize?: number; }; export type ParticipantColor = { backgroundColor: string; svgBackgroundColor: string; textColor: string; };