import { MapToken, SeedToken } from '../components/theme'; import type { DerivativeFunc } from '../components/cssinjs'; import { ExtractPropTypes } from 'vue'; export declare const rootConfigProviderProps: { prefixCls: { type: StringConstructor; }; theme: { type: import("vue").PropType; }; table: { type: import("vue").PropType; }; tableAction: { type: import("vue").PropType; }; locale: { type: import("vue").PropType; }; }; export type RootConfigProviderProps = ExtractPropTypes; export type ThemeName = '' | 'light' | 'dark' | 'compact'; export declare const getAlgorithm: (themes?: ThemeName[]) => DerivativeFunc[];