import { ChatTheme } from '../types.js';
import 'react';
import 'react-native';
import 'softchatjs-core';

declare const theme: ChatTheme;

export { theme as default };
