import { resolveTheme } from '../types/theme-types';

// Re-export the themes
export { default as defaultTheme } from './default';

// Export utilities
export { resolveTheme };

// Export types
export type { TtabsTheme, TtabsCssVariables, TtabsElementType } from '../types/theme-types'; 