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