export declare class FtbCodeSnippet { code: string; language: string; render(): any; }