import { CourierModel } from '@lml/cosmo-ts-data';
export interface CourierNameProps {
    courier: CourierModel;
    showId?: boolean;
}
export declare const CourierName: ({courier: {assignment, firstName, lastName, refId}, showId}: CourierNameProps) => JSX.Element;
