interface Props { animate?: boolean; animateOnScroll?: boolean; showLabels?: boolean; showQuestions?: boolean; size?: number; class?: string; } declare const SubtractiveTriad: import("svelte").Component; type SubtractiveTriad = ReturnType; export default SubtractiveTriad;