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