import * as React from 'react';
import * as CouriersData from '@lml/cosmo-ts-data';
export interface CourierSupplementaryRowProps {
    courier: CouriersData.CourierModel;
}
export declare class CourierSupplementaryRow extends React.Component<CourierSupplementaryRowProps, {}> {
    render(): JSX.Element;
    private renderCourierStops;
}
