import type { ScalarCopyProps, ScalarCopySlots } from './types';
/**
* Scalar Copy component
*
* Provides a copy button and copies content to the clipboard.
*
* @example
*
* Button label
* Copied label
*
*/
declare const _default: typeof __VLS_export;
export default _default;
declare const __VLS_export: __VLS_WithSlots any;
}, string, import("vue").PublicProps, Readonly & Readonly<{
"onUpdate:copied"?: ((value: boolean) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ScalarCopySlots>;
type __VLS_WithSlots = T & {
new (): {
$slots: S;
};
};
//# sourceMappingURL=ScalarCopy.vue.d.ts.map