export declare const useBodyAttacher: ({ id, tag }: { id: string; tag: string; }) => { element: HTMLElement | undefined; };