export declare const StopRemoteVideoButton: ({ identity, className }: Props) => JSX.Element | null; interface Props { identity: string; className?: string; } export {};