import { MultistepForm } from "stentor-models"; /** * A two step booking form: our own request step, then a handoff to a partner's * booking embed. * * The step titles/subtitles are what a partner frame renders in its intro block, * and the second step is the one that must render UNframed -- the partner's embed * brings its own frame. */ export declare const handoffForm: MultistepForm;