type $$ComponentProps = { newTab?: boolean; disabled?: boolean; }; declare const ClickableLinkPlugin: import("svelte").Component<$$ComponentProps, {}, "">; type ClickableLinkPlugin = ReturnType; export default ClickableLinkPlugin;