import type { Contributor } from "../types.js"; type $$ComponentProps = { contributors: Contributor[]; }; declare const ContributorsSection: import("svelte").Component<$$ComponentProps, {}, "">; type ContributorsSection = ReturnType; export default ContributorsSection;