type $$ComponentProps = { size?: number; }; declare const IconCopyAlt: import("svelte").Component<$$ComponentProps, {}, "">; type IconCopyAlt = ReturnType; export default IconCopyAlt; //# sourceMappingURL=IconCopyAlt.svelte.d.ts.map