import { FC } from 'react'; import { LiveTaskBarProps } from './LiveTaskBar.types'; export declare const LiveTaskBar: FC;