import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; declare const _default: DefineComponent<{ text: string; label: string; copiedLabel: string; hideLabel?: boolean; }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{ text: string; label: string; copiedLabel: string; hideLabel?: boolean; }> & Readonly<{}>, { hideLabel: boolean; }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=CopyButton.vue.d.ts.map