import { LiveIndicatorProps as LiveIndicatorUIProps } from '@20minutes/hela'; import { default as React } from 'react'; export interface LiveIndicatorProps extends Omit { updatedAt?: string; } export declare const LiveIndicator: React.FC;