import { type ClassValue } from "svelte/elements"; type $$ComponentProps = { class?: ClassValue; }; declare const IconBluetoothXThin: import("svelte").Component<$$ComponentProps, {}, "">; type IconBluetoothXThin = ReturnType; export default IconBluetoothXThin;