export declare const CLIPBOARD_MIXIN: {
  methods: {
    copyIconTag(tag: any): void;
  };
  data(): {
    offsetTop: number;
  };
};
