/** * 获取指定样式值 */ declare const getStyle: (el: HTMLElement | string, properties: string[] | string) => string; export default getStyle;