import { ErrorSchema } from '@aujsf/core';
export declare class AujsfBsErrorCounter {
    errors?: ErrorSchema;
    get hasDeepErrors(): boolean;
    tooltip: string;
}
