/// <reference types="react" />
declare namespace PageNotFound {
    type Input = {};
}
declare const PageNotFound: React.FC<PageNotFound.Input>;
export { PageNotFound, PageNotFound as default };
