//#region src/table/hooks/useContainerWidth.d.ts declare function useContainerWidth(prefixCls: string): (ele: HTMLElement, width: number) => number; //#endregion export { useContainerWidth as default };