import { Ref } from "../../messages"; export declare const getElementsByRef: (ref: Ref, el: ParentNode) => NodeListOf; export declare const getFirstElementByRef: (ref: Ref, el: ParentNode) => Element;