import { PikcupPointType } from '../../types/PikcupPointType'; interface StoreProps { pickupPointInfos: PikcupPointType; } export declare const PickupPoint: ({ pickupPointInfos }: StoreProps) => JSX.Element | null; export {};