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