export declare const BLOCK_CLASS = "rr-block"; export declare const MASK_TEXT_CLASS = "rr-mask"; export declare const PRIVACY_SELECTOR = ".rr-block, .rr-mask"; export declare function isPrivacyProtected(element: Element): boolean; export declare function structuralElementName(element: Element): string; export declare function structuralElementSelector(element: Element): string; //# sourceMappingURL=dom.d.ts.map