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