export declare const Config: {
    prefixCls: string;
    autoInsertCSS: boolean;
    useCSSSelector: boolean;
    prefix(suffix: string): string;
};
