import React from 'react';
import { LayoutProps } from './VideoLayouts/interface';
export declare const SecondaryTiles: ({ peers, onPageChange, onPageSize, edgeToEdge, hasSidebar }: LayoutProps) => React.JSX.Element;
