import React from 'react'; export default function useContainerWidth(defaultValue?: number, threshold?: number): [width: number, ref: React.Ref]; //# sourceMappingURL=use-container-width.d.ts.map