import React from 'react'; export default function useContainerWidth(defaultValue?: number, threshold?: number): [width: number, ref: React.Ref];