import { ClipboardProps } from "./types.js"; //#region src/components/clipboard/clipboard.vue.d.ts declare var __VLS_9: { copied: boolean; disabled: boolean; icon: import("@soybeanjs/headless").IconValue; supported: boolean; state: import("@soybeanjs/headless").ClipboardState; text: string; copy: () => Promise; }, __VLS_12: { copied: boolean; disabled: boolean; icon: import("@soybeanjs/headless").IconValue; supported: boolean; state: import("@soybeanjs/headless").ClipboardState; text: string; copy: () => Promise; }, __VLS_15: { copied: boolean; disabled: boolean; icon: import("@soybeanjs/headless").IconValue; supported: boolean; state: import("@soybeanjs/headless").ClipboardState; text: string; copy: () => Promise; }; type __VLS_Slots = {} & { leading?: (props: typeof __VLS_9) => any; } & { default?: (props: typeof __VLS_12) => any; } & { trailing?: (props: typeof __VLS_15) => any; }; declare const __VLS_base: import("vue").DefineComponent any; copied: (value: string) => any; copyError: (error: unknown) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onClick?: ((event: PointerEvent) => any) | undefined; onCopied?: ((value: string) => any) | undefined; onCopyError?: ((error: unknown) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //#endregion export { _default };