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