export declare class GetComputedStyleRef {
    native(elt: Element, pseudoElt?: string | null): CSSStyleDeclaration;
}
