interface Props { className?: string; } declare const DiffExpandAll: import("svelte").Component; type DiffExpandAll = ReturnType; export default DiffExpandAll;