export declare function resizeWidth( node: HTMLElement, callback: (width: number) => void, ): | { destroy(): void; } | undefined;