import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const ClipboardDocument: import("svelte").Component; type ClipboardDocument = ReturnType; export default ClipboardDocument; //# sourceMappingURL=clipboard-document.svelte.d.ts.map