import type { StepCommonProps } from "./shared.js"; export declare function AccommodationStep({ draft, setDraft, shape }: StepCommonProps): React.ReactElement;