declare const LinkApiMarkdown: () => { actions: ({ title: string; icon: string; handler: { type: string; click(rtx: any): void; }; } | { icon: string; title?: undefined; handler?: undefined; })[]; }; export default LinkApiMarkdown;