declare const Headshot: import("svelte").Component<{ img?: string; colour?: string; }, {}, "">; type Headshot = ReturnType; export default Headshot;