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