interface Props { tiktokId: string; width?: string; height?: string; controls?: boolean; progress_bar?: boolean; play_button?: boolean; volume_control?: boolean; fullscreen_button?: boolean; timestamp?: boolean; loop?: boolean; autoplay?: boolean; music_info?: boolean; description?: boolean; rel?: boolean; native_context_menu?: boolean; closed_caption?: boolean; disable_observer?: boolean; } declare const Tiktok: import("svelte").Component; type Tiktok = ReturnType; export default Tiktok;