export type IndicatorLiveProps = { state: 'live' | 'offline'; type?: 'buttonLike' | 'indicator'; /** * Content */ children?: React.ReactNode; size?: 'small' | 'medium' | 'large'; lastActive?: string; disableTooltip?: boolean; className?: string; testId?: string; }; export declare const IndicatorLive: import("react").ForwardRefExoticComponent>; //# sourceMappingURL=IndicatorLive.d.ts.map