import type { MentionOption } from '../../types';
import { MentionMenuOption } from './utils';
export declare const useOptions: (allOptions: MentionOption[], queryString: string | null, trigger: string | null) => {
    options: MentionMenuOption[];
};
