import React from 'react'; import { ICheckoutShippingPageData } from 'boundless-api-client'; export default function DeliverySelector({ options }: IInPros): React.JSX.Element; declare type IInPros = Pick; export {};