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