import { AxSection } from "./ax-section"; export declare class CollectionView extends AxSection { constructor(collectionView?: CollectionView); createNewValue(): void; /**function to create text value with existing value * *@param value * */ createValue(value?: any): void; }