import { IApplicationHubRowProps } from '../../../types/components/stream/AppHub'; export declare const renderBannerAdvertRow: (rowData: IApplicationHubRowProps, rowIndex: number) => import("react/jsx-runtime").JSX.Element | null;