declare function getCssPropValue(el: Element, prop: string): string | null; export { getCssPropValue as default };