export type LiveDotIndicatorProps = { state: 'live' | 'offline'; className?: string; testId?: string; }; export declare const LiveDotIndicator: ({ state, className, testId }: LiveDotIndicatorProps) => JSX.Element; //# sourceMappingURL=LiveDotIndicator.d.ts.map