import { IShortcutUI } from './types'; export declare const renderShortCut: (props: { external: IShortcutUI.IExternalBundle; }) => JSX.Element;