export declare class CodeSnippetComponent { constructor(); code: string; language: string; onCopyClick(): void; showCopiedCode: boolean; }