import { Key, TreeOption } from './interface'; export declare function keysWithFilter(nodes: TreeOption[], pattern: string, keyField: string, filter: (pattern: string, node: TreeOption) => boolean): { expandedKeys: Key[]; highlightKeySet: Set; }; declare const emptyImage: HTMLImageElement | null; export { emptyImage };