export type BrandListBlockProps = Omit, "title" | "children"> & Readonly<{ title?: React.ReactNode; rows?: React.JSX.Element[]; }>; export declare const BrandListBlock: ({ title, rows, className, ...rest }: BrandListBlockProps) => import("react").JSX.Element; //# sourceMappingURL=BrandListBlock.d.ts.map