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