export declare class DDefinition { title: string; definition: string; hidable: boolean; dotted: boolean; hide: boolean; render(): any; }