import { CollectionField } from './collection_field'; export declare class ViewField extends CollectionField { constructor(param: string | any); toJSON(): any; toString(): string; }