import { ShallowRef } from 'vue';
export declare const useCopyText: (container: ShallowRef<HTMLDivElement | undefined, HTMLDivElement | undefined>) => void;
