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