import type { SectionProps } from './types.js'; declare const Section: import("svelte").Component; type Section = ReturnType; export default Section;