interface Props { iterations?: number; labels?: string[]; title?: string; animate?: boolean; animateOnScroll?: boolean; size?: number; class?: string; } declare const IsometricSpiral: import("svelte").Component; type IsometricSpiral = ReturnType; export default IsometricSpiral;