import { Flat } from './flat'; export declare class ListView extends Flat { constructor(param: string | any); toJSON(): any; toString(): string; }