export declare class NKDiamond { /** * Collection ID */ collectionId: string; isDev?: boolean; loading?: boolean; componentWillLoad(): Promise; render(): any; }