export declare const bindSurrogateId: (id: string, elements: HTMLElement | HTMLCollection, isPropagate?: boolean) => void; export declare const getSurrogateId: (element: HTMLElement) => string;