import { Item } from './Item'; import { FlowrColor } from './Color'; export declare class ChannelSceneRecurrence extends Item { mode?: string; weekDays?: Array; months?: Array; days?: Array; color?: FlowrColor; constructor(src: ChannelSceneRecurrence); }