export default InsertLinkButton; type InsertLinkButton = { $on?(type: string, callback: (e: any) => void): () => void; $set?(props: Partial>): void; }; declare const InsertLinkButton: import("svelte").Component, {}, "">;