import type { PropsFor } from "../../types.js"; type WidthOverflowType = PropsFor<"div", { contentProps?: Omit; }>; declare const WidthOverflow: import("react").ForwardRefExoticComponent>; export default WidthOverflow;