import * as vue965 from "vue"; //#region src/typography/hooks/useCopyClick.d.ts declare function useCopyClick({ copyConfig, getText }: { copyConfig: any; getText?: () => any; }): { copied: vue965.ShallowRef; copyLoading: vue965.ShallowRef; onClick: (e?: MouseEvent) => Promise; }; //#endregion export { useCopyClick as default };