import { DataExplorer as DataExplorerType } from '../services/api'; interface DataExplorerProps { explorer: DataExplorerType; onDelete: (id: string) => void; height: string; } export declare function DataExplorer({ explorer, onDelete, height }: DataExplorerProps): import("react/jsx-runtime").JSX.Element; export {};