import ActionLayoutElementsContainer from './action-layout-container'; import ActionLayoutPage from './action-layout-page'; export default class ActionLayoutRoot extends ActionLayoutElementsContainer { page(n: number): ActionLayoutPage; } //# sourceMappingURL=action-layout-root.d.ts.map