import { WizardMainActionsProps } from './types'; /** * @experimental このコンポーネントはファーストプロダクト導入前のため、変更が入る可能性があります */ export declare const WizardMainActionsBlock: ({ prevAction, nextAction, }: WizardMainActionsProps) => JSX.Element;