export declare function ItemHint({ value, prefix }: { value?: string; prefix?: string; }): import("react/jsx-runtime").JSX.Element | null;