import './theme.d.ts';
import Theme, { defineTheme } from '../main';

export default Theme;
export { defineTheme };
