export declare function MyError({ error }: { error: unknown; }): import("react/jsx-runtime").JSX.Element;