import { Theme } from 'antd-style'; export declare const genStyles: (token: Theme, isDarkMode: boolean) => import("antd-style").SerializedStyles; export declare const formatLang: (lang: string) => string;