/// import { BrandsCellProps } from './type'; export default function BrandsCell({ brand, verificationStatus, hideStatus, brandLogo, ...props }: BrandsCellProps): import("react").JSX.Element;