import type { ThemeConfig } from './index'; /** * Validate a theme configuration * Now uses unified validation from shared package */ export declare function validateTheme(theme?: ThemeConfig | string): ThemeConfig | undefined; //# sourceMappingURL=theme-validator.d.ts.map