export declare const protobufPackage = ""; export interface GridVideoTileLayout { enable_local_tile_inset?: boolean | undefined; prominent_roles?: string[] | undefined; enable_spotlighting_peer?: boolean | undefined; tiles_in_view?: number | undefined; } export interface VideoTileLayout { grid?: GridVideoTileLayout | undefined; }