import type { ScalarCopyPlacement, ScalarCopySlots } from './types';
/**
* Scalar Copy Button component
*
* A dumb button with copy animations.
*
* If you're looking for a button that copies content to the clipboard,
* use the ScalarCopy component instead.
*
* @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<{
/** Whether the label should be shown on hover or always */
showLabel?: boolean;
/** The placement of the copy button */
placement?: ScalarCopyPlacement;
} & {
/** Whether the copy button has been clicked */
copied?: boolean;
}> & Readonly<{
"onUpdate:copied"?: ((value: boolean) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ScalarCopySlots>;
type __VLS_WithSlots = T & {
new (): {
$slots: S;
};
};
//# sourceMappingURL=ScalarCopyButton.vue.d.ts.map