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