/**
 * Get CSS computed property of the given element
 */
export declare function getStyleComputedProperty(element: HTMLElement, property?: string): any;
