export type Page404Props = {
	message?: string;
};
export declare const Page404: (props: Page404Props) => import("react").JSX.Element;

export {};
