import React from 'react'; declare type PlatBuyerProp = { shopId: string; buyerNick: string; buyerOpenUid: string; shopList: any[]; tbAppKey?: string; }; declare const PlatBuyer: ({ shopId, buyerNick, buyerOpenUid, shopList, tbAppKey, }: PlatBuyerProp) => React.JSX.Element; export default PlatBuyer;