/**
 * @license Copyright (c) 2023, Koala Interactive SAS
 * For licensing, see https://github.com/koala-interactive/is-emoji-supported/blob/master/LICENSE.md
 */
/**
 * @module emoji/utils/isemojisupported
 */
/**
 * Checks if the two pixels parts are the same using canvas.
 */
export default function isEmojiSupported(unicode: string): boolean;
