import type { Theme } from './types'; export * from './color'; export { DefaultTheme } from './default'; export * from './types'; export declare const Themes: Record; //# sourceMappingURL=index.d.ts.map