export type CodeSnippetProps = { code: string; language?: string; inline?: boolean; copyable?: boolean; copyLabel?: string; copiedLabel?: string; class?: string; }; export declare const CodeSnippet: import("vue").DefineComponent, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly> & Readonly<{}>, { class: string; inline: boolean; copiedLabel: string; language: string; copyable: boolean; copyLabel: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=CodeSnippet.d.ts.map