import type { ThemeConfig } from 'antd/lib/config-provider/context'; import defaultAlgorithm from './default'; import darkAlgorithm from './dark'; export { defaultAlgorithm, darkAlgorithm }; export declare const defaultTheme: ThemeConfig; export declare const darkTheme: ThemeConfig;