interface Props { title: string; url: string; isCompleted?: boolean; } declare const ShareButtons: import("svelte").Component; type ShareButtons = ReturnType; export default ShareButtons;