import { type PromQueryEditorProps } from './types'; declare function PromQueryEditorByAppBase(props: PromQueryEditorProps): import("react/jsx-runtime").JSX.Element; export declare const PromQueryEditorByApp: import("react").MemoExoticComponent; export {};