import type { CallType } from "../../types.js"; export interface CallTypeStyle { bg: string; text: string; } export declare const DEFAULT_CALL_TYPE_COLORS: Record; export declare function getCallTypeStyle(type: CallType): CallTypeStyle; //# sourceMappingURL=theme.d.ts.map