/// import { BrandCellProps } from './type'; declare function BrandCell({ brandName, brandIcon, ...props }: BrandCellProps): import("react").JSX.Element; export default BrandCell;