import type * as React from "react"; /** * First-load placeholder for the Configure step. Mirrors the real layout * (departure, travelers, option) closely enough that swapping to the live * descriptor causes minimal layout shift. */ export declare function ConfigureStepSkeleton(): React.ReactElement;