import { Copy } from "@gradio/icons"; import type { CopyData } from "@gradio/utils"; import type { I18nFormatter } from "js/core/src/gradio_helper"; interface $$__sveltets_2_IsomorphicComponent = any, Events extends Record = any, Slots extends Record = any, Exports = {}, Bindings = string> { new (options: import('svelte').ComponentConstructorOptions): import('svelte').SvelteComponent & { $$bindings?: Bindings; } & Exports; (internal: unknown, props: Props & { $$events?: Events; $$slots?: Slots; }): Exports & { $set?: any; $on?: any; }; z_$$bindings?: Bindings; } declare const Copy: $$__sveltets_2_IsomorphicComponent<{ value: string; watermark?: string | null; i18n: I18nFormatter; }, { change: CustomEvent; copy: CustomEvent; } & { [evt: string]: CustomEvent; }, {}, {}, string>; type Copy = InstanceType; export default Copy;