import { type CompletionItem } from '../../types/completion';
interface Props {
    item: CompletionItem;
    height: number;
}
export declare const TypeaheadInfo: ({ item, height }: Props) => import("react/jsx-runtime").JSX.Element;
export {};
