type TTheme = 'dark' | 'light';
export default TTheme;
//# sourceMappingURL=TTheme.d.ts.map