export declare class AdSHFConfig { /** * 列数,默认:`2` */ col?: number; /** * 标签文本宽度,单位:`px`,默认:`100` */ labelWidth?: number; }