import type { Emoji } from '../type/Emoji'; /** * @internal */ export declare function searchEmojis(search: string, strings: Record): Emoji[];