import { type Snippet } from 'svelte'; interface Props { headingText?: string; children: Snippet; } declare const Index: import("svelte").Component; type Index = ReturnType; export default Index;