import { FC } from 'react'; import { DeliveryOption } from './types'; interface Props { option: DeliveryOption; } export declare const ShippingInfo: FC; export {};