/** * 通用 SVG图标属性 */ export declare const commonSVGProps: { class: string; style: { verticalAlign: string; fill: string; overflow: string; }; viewBox: string; version: string; xmlns: string; };