type ErrorPageProps = {
    error?: unknown;
};
export declare const ErrorPage: (props: ErrorPageProps) => import("react/jsx-runtime").JSX.Element;
export {};
