interface Props {
    class?: string;
    size?: number | string;
}
declare const LocationPinIcon: import("svelte").Component<Props, {}, "">;
type LocationPinIcon = ReturnType<typeof LocationPinIcon>;
export default LocationPinIcon;
//# sourceMappingURL=LocationPinIcon.svelte.d.ts.map