export declare function useDomMethods(): { closest: (node: Node, selector: string) => Element | null | undefined; };