import { LayoutDataSource } from '@net7/core'; export declare class Page404LayoutDS extends LayoutDataSource { options: any; onInit({ options }: { options: any; }): void; }