import type { FormError } from './types.js'; export interface Props { errors: FormError[]; title?: string; onselect?: (controlId: string) => void; class?: string; } declare const ErrorSummary: import("svelte").Component; type ErrorSummary = ReturnType; export default ErrorSummary; //# sourceMappingURL=ErrorSummary.svelte.d.ts.map