import { SwitchField } from './switch_field'; export declare class CollectionSwitch extends SwitchField { contents: any[]; [key: string]: any; constructor(param: string | any); toJSON(): any; toString(): string; }