import { FC } from 'react'; import { LiveLogContainerProps } from './InternalLiveLogContainer'; export declare const LiveLogContainer: FC;