export declare const findHydrationTags: (app: Element | SVGElement) => { componentID: number; props?: any; el: Element; slotId?: string | undefined; trigger?: string | undefined; key?: string | undefined; }[];