import type { ProThemeToolsProps } from './propsType'; declare const ProThemeTools: { ({ size, className, cacheTime, color, mode, iconFollowTheme, prefixCls, tableBorder, tableStripe, theme, ...props }: ProThemeToolsProps): JSX.Element; defaultProps: { size: number; mode: string; color: string; iconFollowTheme: boolean; cacheTime: boolean; }; setThemes: (themes: import("./utils/index").ThemesProps, themeMapping?: import("./utils/index").ThemesProps) => boolean; }; export default ProThemeTools;