type $$ComponentProps = { class?: string; size?: number | string; strokeWidth?: number | string; }; declare const Copy: import("svelte").Component<$$ComponentProps, {}, "">; type Copy = ReturnType; export default Copy;