import React from 'react'; /** * A component that displays the focused live code block's name. * For this component to work, you must enable the `sandpackPlugin` for the editor. * See {@link ConditionalContents} for an example on how to display the dropdown only when a sandpack editor is in focus. */ export declare const ShowSandpackInfo: () => React.JSX.Element;