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