type $$ComponentProps = { mode?: 'unified' | 'split'; wordDiff?: boolean; variant?: 'code' | 'text' | 'large'; }; declare const DiffViewerStory: import("svelte").Component<$$ComponentProps, {}, "">; type DiffViewerStory = ReturnType; export default DiffViewerStory;