/** * A hook to get access to the ambient `contentWidth`. * * @returns The contentWidth available in context. * * @public */ export default function useContentWidth(): number; //# sourceMappingURL=useContentWidth.d.ts.map