interface Props { img: string; name: string; role?: string; text: string; colour?: string; } declare const KeyFigure: import("svelte").Component; type KeyFigure = ReturnType; export default KeyFigure;