/** * @private * included in the same file as the plugin due to circular dependency * * This goes on the containing element * * @example * ```hbs *
* * ``` */ declare function resizeObserver(element: HTMLElement, table: any): () => void; export { resizeObserver };