import type { HtmlIngredientProps } from '../types.js'; export interface TourTitleProps extends HtmlIngredientProps<'h2', HTMLHeadingElement> { } declare const TourTitle: import("svelte").Component; type TourTitle = ReturnType; export default TourTitle;