import { ThemeConfig } from 'antd'; export declare const useRemoteTheme: (mode: "light" | "dark", enableAnimation?: boolean) => ThemeConfig;