declare const shipCompany: {
id: string;
name: string;
abbr: string;
wechatMpName: string;
}[];
export default shipCompany;