export interface I_DeliveryLocationProps {
    locationPinLink?: string;
    isDeliveryLocationValid: boolean;
}
//# sourceMappingURL=index.d.ts.map