/** * @license EUPL-1.2+ * Copyright Gemeente Amsterdam */ export declare const useAddErrorCountToDocumentTitle: ( /** The list of error messages used to calculate the error count. */ errors: { id: string; label: string; }[], /** The text following the error count. */ label?: { plural: string; singular: string; }) => null;