type ErrorAlertProps = { message?: string; /** * The lead-in line above the error message. Defaults to the * questionnaire's wording for back-compat; callers in other widgets * (e.g. `TaxbitCuringDocumentationPersist`) should pass their own. */ title?: string; }; export declare const ErrorAlert: ({ message, title, }: ErrorAlertProps) => import("react/jsx-runtime").JSX.Element; export {};