export declare class cTag { type: string; title: string; description: string; componentWillLoad(): void; render(): any; }