/// export declare const DEFAULT_CLASS_PREFIX: string; export interface Config { /** * 组件类名前缀 * * @default "wd" */ classPrefix?: string; } export declare const WdConfigContext: import("react").Context;