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