type $$ComponentProps = { collapsed?: boolean; icon?: string; text?: string; wrapperStyles?: string; }; declare const ThemedTitle: import("svelte").Component<$$ComponentProps, {}, "">; type ThemedTitle = ReturnType; export default ThemedTitle;