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