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