import type { SvelteComponentTyped } from "svelte"; interface TitleProps{ active?: boolean } export default class Title extends SvelteComponentTyped{ }