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