import type { ContentCorrectionData } from '../../mock-smrt-client'; export interface Props { apiBaseUrl?: string; contentId: string; defaultRelationship?: string; onCorrectionsChange?: (corrections: ContentCorrectionData[]) => void; } declare const ContentCorrectionsTool: import("svelte").Component; type ContentCorrectionsTool = ReturnType; export default ContentCorrectionsTool; //# sourceMappingURL=ContentCorrectionsTool.svelte.d.ts.map