declare const getStyleValue: (el: HTMLElement, prop: keyof CSSStyleDeclaration) => number; export { getStyleValue };