declare function __VLS_template(): { "icon-copy"?(_: {}): any; "icon-copied"?(_: {}): any; "icon-error"?(_: {}): any; }; declare const __VLS_component: import('vue').DefineComponent, { text: string; label: string; successLabel: string; errorLabel: string; timeout: number; size: string; variant: string; }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { copy: (event: CustomEvent<{ text: string; }>) => void; "copy-error": (event: CustomEvent<{ error: Error; }>) => void; }, string, import('vue').PublicProps, Readonly, { text: string; label: string; successLabel: string; errorLabel: string; timeout: number; size: string; variant: string; }>>> & Readonly<{ onCopy?: ((event: CustomEvent<{ text: string; }>) => any) | undefined; "onCopy-error"?: ((event: CustomEvent<{ error: Error; }>) => any) | undefined; }>, { timeout: number; label: string; text: string; size: "xs" | "sm" | "md" | "lg" | "xl"; variant: "primary" | "secondary" | "success" | "warning" | "danger" | "ghost" | "monochrome"; successLabel: string; errorLabel: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots>; export default _default; type __VLS_NonUndefinedable = T extends undefined ? never : T; type __VLS_TypePropsToRuntimeProps = { [K in keyof T]-?: {} extends Pick ? { type: import('vue').PropType<__VLS_NonUndefinedable>; } : { type: import('vue').PropType; required: true; }; }; type __VLS_WithDefaults = { [K in keyof Pick]: K extends keyof D ? __VLS_Prettify : P[K]; }; type __VLS_Prettify = { [K in keyof T]: T[K]; } & {}; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=VueCopyButton.vue.d.ts.map