import type { StandardLanguageKey } from './types';
/**
* Scalar Code Block Copy button
*
* Displays a copy-to-clipboard button with an optional language label.
* Used internally by ScalarCodeBlock.
*
* @example
*
*/
declare const _default: typeof __VLS_export;
export default _default;
declare const __VLS_export: __VLS_WithSlots any;
}, string, import("vue").PublicProps, Readonly<{
/** Whether to show the language label */
showLang?: boolean;
/** Content to copy to clipboard */
content: string | object;
/** Language of the code block */
lang?: StandardLanguageKey | string;
} & {
copied?: boolean;
}> & Readonly<{
"onUpdate:copied"?: ((value: boolean) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
backdrop?: (props: {}) => any;
}>;
type __VLS_WithSlots = T & {
new (): {
$slots: S;
};
};
//# sourceMappingURL=ScalarCodeBlockCopy.vue.d.ts.map