/** * Scalar Text Input Copy component * * A wrapper around the ScalarTextInput component that provides a * copy button and allows copying of the input content to the clipboard. * * @example * */ declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: __VLS_WithSlots any; "update:copied": (value: boolean) => any; }, string, import("vue").PublicProps, Readonly<{ /** The placement of the copy button */ duration?: number; /** Whether the input is writable */ editable?: boolean; /** Whether to copy the model value immediately on mount */ immediate?: boolean; } & { modelValue?: string; copied?: boolean; }> & Readonly<{ "onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined; "onUpdate:copied"?: ((value: boolean) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, { prefix?: () => unknown; suffix?: () => unknown; aside?: () => unknown; copy?: () => unknown; copied?: () => unknown; }>; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=ScalarTextInputCopy.vue.d.ts.map