declare const useWidth: (el: any) => { width: string; isShow: boolean; endWidth: () => void; }; export default useWidth;