import type { FunctionComponent } from 'preact'; import type { UnsupportedErrorEvent } from './useErrorEvents.js'; import { type ResultsAccordionProps } from '../ResultsAccordion/ResultsAccordion.js'; /** * Item (collapsible section) in the list of path errors in the ErrorDialog. */ export declare const PathError: FunctionComponent>; //# sourceMappingURL=PathError.d.ts.map