import type { ForestServerActionFormLayoutElement } from '@forestadmin/forestadmin-client'; import ActionLayoutElementsContainer from './action-layout-container'; export default class ActionLayoutPage extends ActionLayoutElementsContainer { readonly nextButtonLabel: string; readonly previousButtonLabel: string; constructor(layout: ForestServerActionFormLayoutElement); } //# sourceMappingURL=action-layout-page.d.ts.map