import { ThemeConfig } from 'antd'; export declare const useAntConfig: () => { theme: ThemeConfig; direction: "rtl" | "ltr"; locale: import("antd/lib/locale").Locale; };