import * as React from "react"; interface Props { children: React.ReactNode; container?: HTMLElement; } export declare function KBarPortal({ children, container }: Props): JSX.Element | null; export {};