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