/**
 * Get CSS computed property of the given element
 */
export declare function getStyleComputedProperty(element: Element): CSSStyleDeclaration;
export declare function getStyleComputedProperty(element: Element, property?: string): string | string[];
