import type Sizes from "../types/Sizes"; declare const getPinStyle: (size?: Sizes) => "bottom-[18px] -end-3 before:w-3 before:h-3 before:-bottom-[25px]" | "bottom-5 -end-3 before:w-3 before:h-3 before:-bottom-[26px]" | "bottom-6 -end-3 before:w-3 before:h-3 before:-bottom-7" | "bottom-7 -end-3 before:w-3 before:h-3 before:-bottom-[30px]" | "bottom-8 -end-2.5 before:w-4 before:h-4 before:-bottom-[34px]"; export default getPinStyle; //# sourceMappingURL=getPinStyle.d.ts.map