//#region src/layouts/home/not-found.d.ts
/**
 * the default not found page content, please make your own if you want to customize it.
 */
declare function DefaultNotFound(): import("react").JSX.Element;
//#endregion
export { DefaultNotFound };