import { IStoryLiveChipTheme } from '../storyLiveChipTheme'; export type ICircularTileLiveChipTheme = IStoryLiveChipTheme; export declare class CircularTileLiveChipTheme implements IStoryLiveChipTheme { unreadBackgroundColor: string | null; readBackgroundColor: string | null; unreadImage: string | null; readImage: string | null; readTextColor: string | null; unreadTextColor: string | null; }