import { ThemeConfig } from './types';
/**
 * Default theme configuration
 * Ini adalah theme default yang sesuai dengan design tokens yang sudah ada
 */
export declare const defaultTheme: ThemeConfig;
