import { RendererComponent } from '@lattice-php/core/types'; /** * Renders the active page at the position the layout schema places it. */ declare const OutletComponent: RendererComponent<"outlet">; export default OutletComponent;