/** * returns coumputed style of given element * @param el * @param styleProp * @returns {any} */ export declare function computedStyle(element: string | HTMLElement, styleProp: string): string;