import { PodExecTerminalProps } from './PodExecTerminal'; /** * Opens a terminal connected to the given pod's container in a dialog * * @public */ export declare const PodExecTerminalDialog: (props: PodExecTerminalProps) => false | import("react/jsx-runtime").JSX.Element | undefined;