import type { UuidCopyProps } from './types'; declare const UuidCopy: import("svelte").Component; type UuidCopy = ReturnType; export default UuidCopy;