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