import { PanelProps } from '@perses-dev/plugin-system'; import { UnknownSpec, QueryDataType } from '@perses-dev/core'; import { ReactElement } from 'react'; interface PanelPluginProps extends PanelProps { kind: string; } /** * PanelPluginLoader loads the panel plugin specified by the 'kind' prop from the plugin registry and * renders its PanelComponent. */ export declare function PanelPluginLoader(props: PanelPluginProps): ReactElement; export {}; //# sourceMappingURL=PanelPluginLoader.d.ts.map