import type { PropsFor } from "../../types.js";
export type InlineStretchProps = PropsFor<"div">;
declare const InlineStretch: import("react").ForwardRefExoticComponent<InlineStretchProps & import("react").RefAttributes<HTMLDivElement>>;
export default InlineStretch;
