import { FC } from 'react'; interface TotalViewersPropTypes { totalViewers?: number; } declare const TotalViewers: FC; export default TotalViewers;