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