/// <reference types="react" />
import type { Props } from "./types";
declare const BaggageStepper: ({ onChange, defaultValue, ...props }: Props) => JSX.Element;
export default BaggageStepper;
