import type { TypeAheadPlugin } from './typeAheadPluginType'; /** * * Revamped typeahead using decorations instead of the `typeAheadQuery` mark * * https://product-fabric.atlassian.net/wiki/spaces/E/pages/2992177582/Technical+TypeAhead+Data+Flow * * */ export declare const typeAheadPlugin: TypeAheadPlugin;